smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
@@ -637,4 +637,9 @@ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date createEndTime; /** * 排序() */ @ApiModelProperty(value = "排序:0 出院时间 1 发送时间") private Integer sort; }