sen
2025-09-29 e6a9f5e801495e965eb1dbe40fcf9dd5df4eb6a5
service/src/main/java/com/ruoyi/cwgl/domain/SmartLockerApplication.java
@@ -96,6 +96,10 @@
        @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
        @TableField("create_time")
    private Date createTime;
    /** 截止日期 */
        @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
        @TableField("deadline_time")
    private Date deadlineTime;
    /** 更新时间 */