_code字段类型修改
This commit is contained in:
@@ -35,7 +35,7 @@ public class Account extends HisBaseEntity {
|
||||
private Integer billingStatusEnum;
|
||||
|
||||
/** 账户类型编码 */
|
||||
private Integer typeCode;
|
||||
private String typeCode;
|
||||
|
||||
/** 名称 */
|
||||
private String name;
|
||||
|
||||
@@ -29,7 +29,7 @@ public class Device extends HisBaseEntity {
|
||||
private Long id;
|
||||
|
||||
/** 器材编码 */
|
||||
private Long deviceCode;
|
||||
private String deviceCode;
|
||||
|
||||
/** 器材定义编号 */
|
||||
private Long defId;
|
||||
|
||||
@@ -38,7 +38,7 @@ public class Encounter extends HisBaseEntity {
|
||||
private String code;
|
||||
|
||||
/** 状态编码 */
|
||||
private Integer statusCode;
|
||||
private String statusCode;
|
||||
|
||||
/** 类别编码 */
|
||||
private Integer classEnum;
|
||||
|
||||
@@ -32,7 +32,7 @@ public class EncounterParticipant extends HisBaseEntity {
|
||||
private Long encounterId;
|
||||
|
||||
/** 参与者类型 */
|
||||
private Integer typeCode;
|
||||
private String typeCode;
|
||||
|
||||
/** 开始时间 */
|
||||
private Date startTiem;
|
||||
|
||||
@@ -32,7 +32,7 @@ public class EncounterReason extends HisBaseEntity {
|
||||
private Long encounterId;
|
||||
|
||||
/** 原因编码 */
|
||||
private Integer useCode;
|
||||
private String useCode;
|
||||
|
||||
/** 具体原因类型 */
|
||||
private String valueTable;
|
||||
|
||||
@@ -35,7 +35,7 @@ public class HealthcareService extends HisBaseEntity {
|
||||
private Long offeredOrgId;
|
||||
|
||||
/** 服务分类 */
|
||||
private Integer categoryCode;
|
||||
private String categoryCode;
|
||||
|
||||
/** 服务类型 */
|
||||
private String typeCode;
|
||||
|
||||
@@ -53,7 +53,7 @@ public class Invoice extends HisBaseEntity {
|
||||
private String paymentTerms;
|
||||
|
||||
/** 账单批次号 */
|
||||
private BigDecimal batchCode;
|
||||
private String batchCode;
|
||||
|
||||
/** 结算批次号 */
|
||||
private String qrCode;
|
||||
|
||||
@@ -29,7 +29,7 @@ public class PatientIdentifier extends HisBaseEntity {
|
||||
private Long id;
|
||||
|
||||
/** 标识类型编码 */
|
||||
private Integer typeCode;
|
||||
private String typeCode;
|
||||
|
||||
/** 标识号 */
|
||||
private String identifierNo;
|
||||
|
||||
Reference in New Issue
Block a user