自动化立体仓库 - WMS系统
13
zhang
3 天以前 82de5a307466894bbb0258f8a63a26a7bb96d80d
src/main/java/com/zy/asrs/entity/DocType.java
@@ -92,7 +92,9 @@
    private String memo;
    public String getPakin$() {
        if (null == this.pakin){ return null; }
        if (null == this.pakin) {
            return null;
        }
        switch (this.pakin){
            case 1:
                return "入库";
@@ -104,7 +106,9 @@
    }
    public String getPakout$() {
        if (null == this.pakout){ return null; }
        if (null == this.pakout) {
            return null;
        }
        switch (this.pakout){
            case 1:
                return "出库";
@@ -116,7 +120,9 @@
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        if (null == this.status) {
            return null;
        }
        switch (this.status){
            case 1:
                return "正常";