liusheng
6 天以前 36c95e19d39eb855c7a3ae23b4468d5cd3cb88ed
smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -23,8 +23,12 @@
    private Long userId;
    private Integer visitCount;
    private Integer isVisitAgain;
    @ApiModelProperty(value = "异常预警:0绿色;1红色;2黄色")
    private Integer isabnormal;
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @ApiModelProperty(value = "开始时间")
    private Date startTime;