bugfix:对账排除住院订单
This commit is contained in:
@@ -150,5 +150,9 @@ public class BankbillHistory implements Serializable {
|
||||
* 医疗总费用
|
||||
*/
|
||||
private String medfeeSumamt;
|
||||
/**
|
||||
* 是否住院订单 (0:否 1:是)
|
||||
*/
|
||||
private String isInpatient;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user