wujianwei
4 天以前 b23d80cdbc375643e6a94122c6507fca79e18103
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;
    /** 要求到达时间 */
@@ -161,5 +166,19 @@
    @TableField("remark")
    private String remark;
    /**
     * 调度超时下单,超时?个小时
     */
    @TableField(exist = false)
    private Integer schedulingTimeout;
    /**
     * '预计出发时间 & ord.ESTIMATED_DEPARTURE_TIME ,领取钥匙超时N个小时'
     */
    @TableField(exist = false)
    private Integer keyTimeout;
    @Excel(name = "钥匙柜编号")
    @TableField("box_num")
    private String boxNum;
}