2018年4月9日

查询税则

摘要: --查询税则详细信息 select zr.service_type_code 税则分类, ZR.TAX_RULE_ID 税则ID, zr.tax_rule_code 税则代码, zr.tax_regime_code 税制, zr.tax 税, ... 阅读全文

posted @ 2018-04-09 15:42 lizicheng 阅读(455) 评论(0) 推荐(0)

税配置后台表

摘要: --税配置后台表 select * from zx_regimes_b;--税制 select * from zx_taxes_b;--税 select * from zx_rates_b;--税率 select * from zx_accounts;--纳税账户 select * from zx_jurisdictions_b--管辖区; select * from zx_status_b;-... 阅读全文

posted @ 2018-04-09 13:54 lizicheng 阅读(1320) 评论(0) 推荐(0)

导航