lige
2024-04-18 ed277ece348dae9bc6e36c0fc9f69ae8a3825912
ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSurveyTemplate.java
@@ -53,44 +53,22 @@
    /**
     * 表单设计绑定
     */
    private String designId;
    /*启用标志*/
    private String qybz;
    /**
     * 问卷模板问题信息
     */
    @ApiModelProperty(value = "问卷模板问题信息")
    @TableField(exist = false)
    private List<TjSurveyTempQues> tjSurveyTempQuesList;
    public void setMid(Long mid) {
        this.mid = mid;
    }
    public Long getMid() {
        return mid;
    }
    public void setTempName(String tempName) {
        this.tempName = tempName;
    }
    public String getTempName() {
        return tempName;
    }
    public void setTempType(String tempType) {
        this.tempType = tempType;
    }
    public String getTempType() {
        return tempType;
    }
    public List<TjSurveyTempQues> getTjSurveyTempQuesList() {
        return tjSurveyTempQuesList;
    }
    public void setTjSurveyTempQuesList(List<TjSurveyTempQues> tjSurveyTempQuesList) {
        this.tjSurveyTempQuesList = tjSurveyTempQuesList;
    }
    @Override
    public String toString() {