bugfix:对账排除住院订单

This commit is contained in:
Yuan
2025-11-20 09:33:53 +08:00
parent 0a344423e5
commit 97aae27351
14 changed files with 124 additions and 21 deletions

View File

@@ -150,5 +150,9 @@ public class BankbillHistory implements Serializable {
* 医疗总费用
*/
private String medfeeSumamt;
/**
* 是否住院订单 (0:否 1:是)
*/
private String isInpatient;
}