自动化立体仓库 - WMS系统
zhou zhou
2025-12-18 d131336c24611d905940c19b8a3f69873ffe9c79
src/main/java/com/zy/asrs/entity/InventoryReserve.java
@@ -66,9 +66,9 @@
     * 过期时间
     */
    @ApiModelProperty(value= "过期时间")
    @TableField("expice_time")
    @TableField("expire_time")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    private Date expiceTime;
    private Date expireTime;
    /**
     * 部门ID
@@ -115,7 +115,7 @@
        this.orderNo = orderNo;
        this.batch = batch;
        this.quantity = quantity;
        this.expiceTime = expiceTime;
        this.expireTime = expiceTime;
        this.deptId = deptId;
        this.createTime = createTime;
        this.createBy = createBy;
@@ -138,10 +138,10 @@
//    );
    public String getExpiceTime$(){
        if (Cools.isEmpty(this.expiceTime)){
        if (Cools.isEmpty(this.expireTime)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.expiceTime);
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.expireTime);
    }
    public String getCreateTime$(){