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 "正常";