陈昶聿
2026-01-29 ac2e836f65cf291bb3c94746df7467d99d546791
smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -99,6 +99,24 @@
    private String groupKeyType;
    /**
     * 分组key
     */
    @ApiModelProperty(value = "分组key")
    private String groupKey;
    /**
     * 随访统计方式 1-默认统计方式 2-统计时算上不发送的
     */
    @ApiModelProperty(value = "统计方式")
    private String followUpCountStyle;
    /**
     * 分组code集合
     */
    @ApiModelProperty(value = "分组code集合")
    private List<String> groupKeyList;
    /**
     * pageNum
     */
    @ApiModelProperty("pageNum")