陈昶聿
2026-01-22 c3395d01203fd57d191b36f3410f8ae6e6aafd09
smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -93,6 +93,23 @@
    private String scriptids;
    /**
     * 分组类型 drCode, deptCode, leaveHospitalDistrictCode
     */
    @ApiModelProperty(value = "分组类型")
    private String groupKeyType;
    /**
     * 分组key
     */
    @ApiModelProperty(value = "分组key")
    private String groupKey;
    /**
     * 分组code集合
     */
    @ApiModelProperty(value = "分组code集合")
    private List<String> groupKeyList;
    /**
     * pageNum
     */
    @ApiModelProperty("pageNum")