wujianwei
4 天以前 2ca1013333bb1f80d104e54ac2e7171bd8dffc77
service/src/main/java/com/ruoyi/cwgl/domain/KeyCollectionInfo.java
@@ -95,6 +95,11 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("estimated_departure_time")
    private Date estimatedDepartureTime;
   /** 预计出发时间 */
    @Excel(name = "要求出发时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("required_departure_time")
    private Date requiredDepartureTime;
    /** 要求到达时间 */
@@ -173,4 +178,7 @@
    @TableField(exist = false)
    private Integer keyTimeout;
    @Excel(name = "钥匙柜编号")
    @TableField("box_num")
    private String boxNum;
}