案件登记新增修改接口调整

master
徐杰盟 2024-09-27 15:03:54 +08:00
parent fb86da6097
commit 94a9c8b2be
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class SzCase extends CommUpdate implements Serializable {
/** /**
* *
*/ */
@TableField(value="Illegal_date") @TableField(value="illegal_date")
@Schema(description="违法时间") @Schema(description="违法时间")
@JsonFormat(pattern = DateFormatString.YYYY_MM_DD_HH_MM_SS, timezone = "GMT+8") @JsonFormat(pattern = DateFormatString.YYYY_MM_DD_HH_MM_SS, timezone = "GMT+8")
private Date IllegalDate; private Date IllegalDate;