java110
2021-08-19 6e8c95d31d85b53857e4e3ce12ea303eb0ea42eb
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;
    }
}