java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
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;
    }
}