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