自动化立体仓库 - WMS系统
pang.jiabao
昨天 c5b204d0e0d9c0acfe268f8a895c16599ec3ca78
src/main/java/com/zy/asrs/entity/Order.java
@@ -165,7 +165,7 @@
    /**
     * 结算天数
     */
    @ApiModelProperty(value= "结算天数")
    @ApiModelProperty(value= "0默认,1已生成入库通知档")
    @TableField("account_day")
    private Integer accountDay;
@@ -268,6 +268,21 @@
    @TableField("move_status")
    private Integer moveStatus;
    @TableField("ware_id")
    private String wareId;
    @TableField("ware_name")
    private String wareName;
    @TableField("temp1")
    private String temp1;
    @TableField("temp2")
    private String temp2;
    @TableField("temp3")
    private String temp3;
    public Order() {}
    public Order(String uuid,String orderNo,String orderTime,Long docType,Long itemId,String itemName,Long allotItemId,String defNumber,String number,String cstmr,String cstmrName,String tel,String operMemb,Double totalFee,Double discount,Double discountFee,Double otherFee,Double actFee,Integer payType,String salesman,Integer accountDay,Integer postFeeType,Double postFee,Date payTime,Date sendTime,String shipName,String shipCode,Long settle,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
@@ -352,6 +367,15 @@
        }
        return null;
    }
    public String getTemp$(){
        if(!Cools.isEmpty(this.temp1)) {
            return this.temp1;
        }
        if(!Cools.isEmpty(this.temp2)) {
            return this.temp2;
        }
        return "";
    }
    public String getPayType$(){
        if (null == this.payType){ return null; }