合并分支

This commit is contained in:
2025-12-10 15:22:25 +08:00
parent b863c14f2b
commit b0eb9861b9
27 changed files with 192 additions and 193 deletions

View File

@@ -102,13 +102,10 @@ public class PaymentReconciliation extends HisBaseEntity {
private String ybSettleIds;// 记录医保结算id
/** 医保清算标志 */
<<<<<<< HEAD
private Integer ybClearFlag;//默认值0 未清算
/** 退号/退费原因 */
@TableField("refund_reason")
private String refundReason;
=======
private Integer ybClearFlag;// 默认值0 未清算
>>>>>>> upstream/develop
}