bugfix:微信医保数据入库
This commit is contained in:
@@ -138,5 +138,17 @@ public class BankbillHistory implements Serializable {
|
||||
* 对账表名
|
||||
*/
|
||||
private String billTableName;
|
||||
/**
|
||||
* 医保统筹金额
|
||||
*/
|
||||
private String fundPaySumamt;
|
||||
/**
|
||||
* 医保账户金额
|
||||
*/
|
||||
private String acctPay;
|
||||
/**
|
||||
* 医疗总费用
|
||||
*/
|
||||
private String medfeeSumamt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user