#
luxiaotao1123
2021-03-06 af121f9c655a4f9a6ea87d363b294ddd12a77fb5
src/main/java/zy/cloud/wms/manager/entity/CustOrder.java
@@ -69,7 +69,7 @@
    /**
     * 状态 1: 待处理  2: 已完成  3: 取消  4: 异常  
     */
    @ApiModelProperty(value= "状态 1: 待处理  2: 已完成  3: 取消  4: 异常  ")
    @ApiModelProperty(value= "状态 0: 载入中 1: 待处理  2: 已完成  3: 取消  4: 异常  ")
    private Integer status;
    /**
@@ -195,6 +195,8 @@
    public String getStatus$(){
        if (null == this.status){ return null; }
        switch (this.status){
            case 0:
                return "载入中";
            case 1:
                return "待处理";
            case 2: