xiaogang
2021-07-17 1024666b99a24bd7d5e4dc442d6b0c0319fa2f29
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;
    }
}