陈昶聿
12 小时以前 2d3c7bb2b88bdd09b209243fe07e756a8abeb030
smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -182,6 +182,24 @@
    @ApiModelProperty(value = "超链接统计列表类型")
    private String hyperLinkInfoType;
    @ApiModelProperty(value = "任务ID", required = true)
    private Long taskId;
    @ApiModelProperty(value = "taskIds集合")
    private List<Long> taskIds;
    @ApiModelProperty(value = "任务名称")
    private String taskName;
    @ApiModelProperty(value = "taskNamee集合")
    private List<String> taskNames;
    @ApiModelProperty(value = "疾病病种")
    private String diagType;
    @ApiModelProperty(value = "diagType集合")
    private List<String> diagTypes;
    /**
     * pageNum
     */