|
@ -303,6 +303,9 @@ public class WlyyOutpatientDO extends UuidIdentityEntity {
|
|
|
private String diseaseCode;//特殊病种编码
|
|
|
|
|
|
private String diseaseName;//特殊病种名称
|
|
|
|
|
|
private Integer isPositive;//是否新冠阳性 1是0否
|
|
|
|
|
|
@Column(name = "disease_code")
|
|
|
public String getDiseaseCode() {
|
|
|
return diseaseCode;
|
|
@ -847,4 +850,13 @@ public class WlyyOutpatientDO extends UuidIdentityEntity {
|
|
|
public void setChannelId(String channelId) {
|
|
|
this.channelId = channelId;
|
|
|
}
|
|
|
|
|
|
@Column(name = "is_positive")
|
|
|
public Integer getIsPositive() {
|
|
|
return isPositive;
|
|
|
}
|
|
|
|
|
|
public void setIsPositive(Integer isPositive) {
|
|
|
this.isPositive = isPositive;
|
|
|
}
|
|
|
}
|