陈昶聿
20 小时以前 4a32d5080ec6a2feba71667405596b35f02d2a3d
smartor/src/main/java/com/smartor/domain/ServiceStatisticsRequest.java
@@ -28,7 +28,7 @@
    @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,为空则查询所有")