bugfix:微信医保数据入库

This commit is contained in:
Yuan
2025-11-17 17:28:01 +08:00
parent 739e6f5368
commit febe81ac00
9 changed files with 179 additions and 1018 deletions

View File

@@ -138,5 +138,17 @@ public class BankbillHistory implements Serializable {
* 对账表名
*/
private String billTableName;
/**
* 医保统筹金额
*/
private String fundPaySumamt;
/**
* 医保账户金额
*/
private String acctPay;
/**
* 医疗总费用
*/
private String medfeeSumamt;
}