smartor/src/main/java/com/smartor/domain/ServiceSubtaskCountReq.java
@@ -23,7 +23,11 @@ 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 = "开始时间") @@ -44,4 +48,11 @@ @ApiModelProperty(value = "科室病区") private Integer statisticaltype; private String visitDeptCode; private String visitDeptName; @ApiModelProperty(value = "医生编码") private String drcode; }