liusheng
2025-03-13 ae2265b47fce6358e427b467091a7cf91df93e4e
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;
}