java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java
@@ -23,6 +23,7 @@ private String asId; private String[] asIds; private String storeId; private String bId; private String resId; private String shIdz; private String resName; @@ -339,4 +340,12 @@ public void setApplyTypeName(String applyTypeName) { this.applyTypeName = applyTypeName; } public String getbId() { return bId; } public void setbId(String bId) { this.bId = bId; } }