StructExtend.cs 769 B

1234567891011121314151617181920212223242526
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace AnHuiMI.Variables
  7. {
  8. public struct PatExtend
  9. {
  10. public string prm_auther_no; //账户共济授权人编码
  11. public string prm_auther_certno;//账 户 共 济 授 权 人 证 件 号 码
  12. public string prm_auther_name;//账 户 共 济 授 权 人 姓 名
  13. public string prm_auther_insu_admdvs;//账 户 共 济 授 权 人 参 保 区 划
  14. public bool isMutualAid;//是否共济
  15. public string ykc296;//居民类别
  16. public String prm_yabtch;//同城化标识
  17. }
  18. public struct CurEvtExtend
  19. {
  20. public bool isOpenAnalysis;
  21. public string centerMode;
  22. }
  23. }