src/main/java/com/zy/common/model/LocDto.java
@@ -12,6 +12,7 @@ public class LocDto { private String locNo; private Long orderDetlId; private String matnr; @@ -38,6 +39,7 @@ private List<Integer> staNos; private Integer staNo; private Integer tkType; public LocDto() { } @@ -101,4 +103,12 @@ this.count=anfme; } public String getTkType$(){ if (null == this.tkType) return "正常"; if (this.tkType == 1) { return "退库"; } return "正常"; } }