refactor(core): 优化DelFlag枚举值比较逻辑

- 修改DelFlag.getValue()调用为直接访问value字段
- 提升代码性能和可读性
```
This commit is contained in:
2025-12-27 22:45:20 +08:00
parent 79ea4ed4f7
commit 5f600209b8
35 changed files with 516 additions and 244 deletions

View File

@@ -155,4 +155,9 @@ public class PaymentReconciliation extends HisBaseEntity {
* 医保清算标志
*/
private Integer ybClearFlag;// 默认值0 未清算
/**
* 退费原因
*/
private String refundReason;
}