解决门诊挂号退号费用性质不一致的bug

This commit is contained in:
Auora
2025-11-14 15:41:30 +08:00
parent 8b848f787a
commit 0610ba7cb5
5 changed files with 57 additions and 14 deletions

View File

@@ -81,5 +81,11 @@ public class RefundItemDto {
/** 项目名 */
private String itemName;
/** 费用支付方式编码 */
private String medfeePaymtdCode;
/** 费用类型 */
private String feeType;
}