src/main/java/com/zy/common/model/LocTypeDto.java
@@ -13,6 +13,8 @@ @Data public class LocTypeDto { private Integer lev1 = null; // 高低类型{0:未知,1:低库位,2:高库位} private Short locType1; @@ -26,7 +28,7 @@ } public LocTypeDto(BasDevp basDevp) { if (basDevp.getLocType1() == null || basDevp.getLocType1() == 0) { if (basDevp.getLocType1() == null) { throw new CoolException("plc高低检测异常"); } this.locType1 = basDevp.getLocType1();