zhaowenxuan
9 天以前 b73fedc4026231b31cbc99f9fdad54c8e73a1a34
ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjAskHistorys.java
@@ -88,6 +88,31 @@
    @ApiModelProperty(value = "疾病类型")
    private String type;
    private Integer dataType;
    public Long getIcdId() {
        return icdId;
    }
    public void setIcdId(Long icdId) {
        this.icdId = icdId;
    }
    public String getType() {
        return type;
    }
    public void setType(String type) {
        this.type = type;
    }
    public Integer getDataType() {
        return dataType;
    }
    public void setDataType(Integer dataType) {
        this.dataType = dataType;
    }
    public void setDiseaseId(Long diseaseId) {
        this.diseaseId = diseaseId;