后端最新版本同步

This commit is contained in:
Zhang.WH
2025-09-25 10:43:25 +08:00
parent 1276dc4adb
commit c8014404f1
355 changed files with 10070 additions and 5578 deletions

View File

@@ -67,7 +67,7 @@ public class ChargeItem extends HisBaseEntity {
private Long costOrgId;
/** 数量 */
private Integer quantityValue;
private BigDecimal quantityValue;
/** 单位 */
private String quantityUnit;

View File

@@ -44,5 +44,5 @@ public class EncounterParticipant extends HisBaseEntity {
private Long practitionerId;
/** 状态 */
private Long statusEnum;
private Integer statusEnum;
}

View File

@@ -100,4 +100,7 @@ public class Practitioner extends HisBaseEntity {
/** 开票点编码 */
private String kpdCode;
/** 签名图片 */
private String signature;
}