陈昶聿
2 天以前 f2cc333b963cb0de81aebc5ae3a8c247e99243d8
smartor/src/main/java/com/smartor/domain/VO/DetailTraceDealVO.java
@@ -72,5 +72,16 @@
    @Excel(name = "问题分类:(例如,门诊满意度:mzmyd     住院满意度:zymyd  ...)")
    private String type;
    /**
     * 问券题目分类ID集合
     */
    @ApiModelProperty("满意度意见异常(只针对文本)")
    private String isMydException;
    /**
     * 问券题目分类ID集合
     */
    @ApiModelProperty("问题维度")
    private String dimension;
}