陈昶聿
2026-07-30 f5e6c4a3c7b8d392ce2e6f2964b8498afcd011c1
smartor/src/main/java/com/smartor/domain/ServiceStatisticsRequest.java
@@ -28,11 +28,11 @@
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date endDate;
    @ApiModelProperty(value = "统计维度:day-按天, month-按月, year-按年", example = "day")
    @ApiModelProperty(value = "统计维度:day-按天, month-按月, year-按年(暂时没有)", example = "day")
    private String timeType = "day";
    @ApiModelProperty(value = "机构ID,为空则查询所有")
    private Long orgid;
    private String orgid;
    @ApiModelProperty(value = "科室编码列表,为空则查询所有")
    private List<String> deptcodes;