zhanghua
2023-12-15 1eb1ae6b785210727812ed5f6ce9ccaaf09cc458
ycl-platform/src/main/java/com/ycl/entity/caseHandler/Writ.java
@@ -68,7 +68,7 @@
     */
    @TableField("send_time")
    @ApiModelProperty(value = "文书发放时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime sendTime;
    /**
@@ -76,7 +76,7 @@
     */
    @TableField("limit_time")
    @ApiModelProperty(value = "文书限定时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime limitTime;
    /**
@@ -91,7 +91,7 @@
     */
    @TableField("rectify_time")
    @ApiModelProperty(value = "实际整改时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime rectifyTime;
    /**