zhanghua
2023-11-12 5e67c5cac614907b32c059c1c059007ac1062ff1
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;
    /**