自动化立体仓库 - WMS系统
13
zhang
3 天以前 82de5a307466894bbb0258f8a63a26a7bb96d80d
src/main/java/com/zy/asrs/entity/BasCrnOpt.java
@@ -129,7 +129,8 @@
    @TableField("update_by")
    private Long updateBy;
    public BasCrnOpt() {}
    public BasCrnOpt() {
    }
    public BasCrnOpt(Integer wrkNo,Integer crnNo,Date sendTime,String mode,Integer sourceRow,Integer sourceBay,Integer sourceLev,Integer sourceSta,Integer posRow,Integer posBay,Integer posLev,Integer posSta,Integer response,Date updateTime,Long updateBy) {
        this.wrkNo = wrkNo;
@@ -283,7 +284,9 @@
    }
    public String getResponse$(){
        if (null == this.response){ return null; }
        if (null == this.response) {
            return null;
        }
        switch (this.response){
            case 1:
                return "正常";