liusheng
5 天以前 a44fd7aa13448bf9a6f2a35f01c3b5de670a1e22
smartor/src/main/java/com/smartor/domain/VO/QuestionCountKsOrBqVO.java
@@ -50,7 +50,6 @@
    @ApiModelProperty(value = "部门code集合")
    private List<String> leaveldeptcodes;
    /**
     * 开始出院日期
     */
@@ -70,4 +69,7 @@
    @ApiModelProperty(value = "问题类型(1.单选 2多选 3问答 4填空  5其它)")
    private String valueType;
    @ApiModelProperty(value = "任务模板ID")
    private String taskTemplateid;
}