代码优化

This commit is contained in:
zc
2026-02-10 15:49:09 +08:00
parent 0e7b428980
commit 3f3b6433dc

View File

@@ -18,6 +18,7 @@ public class CarInfo implements Serializable {
/** customer_id */
private Long customerId;
/** 白名单生效时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date enableTime;