案件登记新增修改接口调整
parent
fb86da6097
commit
94a9c8b2be
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue