zhanghua
2025-04-14 1cad14bca191807e18705c3a5526eda8151be439
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;
    /**