--税配置后台表
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;--纳税状态

select * from zx_rules_b;--税则

select * from zx_det_factor_templ_b;--税决定性因素集
select * from zx_det_factor_templ_dtl;--税决定性因素集明细
select * from zx_determining_factors_b;--税决定性因素

select * from zx_conditions;--纳税条件
select * from zx_condition_groups_b T where T.CONDITION_GROUP_CODE LIKE '%17%';--纳税条件集

select * from zx_process_results;--纳税结果

 

相关文章:

  • 2021-12-25
  • 2021-05-22
  • 2021-04-12
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2021-10-02
猜你喜欢
  • 2022-01-18
  • 2021-08-01
  • 2021-06-11
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
相关资源
相似解决方案