src/main/java/com/zy/asrs/entity/TaskWrk.java @@ -363,4 +363,17 @@ } } public Integer getIoTypeWms(){ switch (ioType){ case 2: return 1; case 3: return 2; case 1: return 3; default: return 0; } } }