电子医保凭证支付

This commit is contained in:
2025-06-13 09:49:23 +08:00
parent c6e3d65245
commit 1343d01478
2 changed files with 17 additions and 2 deletions

View File

@@ -43,5 +43,19 @@ public class OutpatientFinalModel implements Serializable {
/**
* 支付时间
*/
// @NotEmpty(message = "支付时间不可为空!")
private String paytime;
/**
* 是否扣院内账户,与预算保持一致
*/
private String czksfbz;
/**
* 是否自费结算与预算保持一致0根据病人医保代码结算1自费结算
*/
private String zfjsbz;
private String ybrc;
}