123456789101112131415161718192021222324252627 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace PTMedicalInsurance.Variables
- {
- /* public struct PatExtend
- {
- public string prm_auther_no; //账户共济授权人编码
- public string prm_auther_certno;//账 户 共 济 授 权 人 证 件 号 码
- public string prm_auther_name;//账 户 共 济 授 权 人 姓 名
- public string prm_auther_insu_admdvs;//账 户 共 济 授 权 人 参 保 区 划
- public bool isMutualAid;//是否共济
- public string ykc296;//居民类别
- public String prm_yabtch;//同城化标识
- }*/
- public struct CurEvtExtend
- {
- public bool isOpenAnalysis;
- }
- }
|