后端最新版本同步
This commit is contained in:
@@ -67,7 +67,7 @@ public class ChargeItem extends HisBaseEntity {
|
||||
private Long costOrgId;
|
||||
|
||||
/** 数量 */
|
||||
private Integer quantityValue;
|
||||
private BigDecimal quantityValue;
|
||||
|
||||
/** 单位 */
|
||||
private String quantityUnit;
|
||||
|
||||
@@ -44,5 +44,5 @@ public class EncounterParticipant extends HisBaseEntity {
|
||||
private Long practitionerId;
|
||||
|
||||
/** 状态 */
|
||||
private Long statusEnum;
|
||||
private Integer statusEnum;
|
||||
}
|
||||
@@ -100,4 +100,7 @@ public class Practitioner extends HisBaseEntity {
|
||||
|
||||
/** 开票点编码 */
|
||||
private String kpdCode;
|
||||
|
||||
/** 签名图片 */
|
||||
private String signature;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user