java110
2021-10-16 995c8802ba534780a4d1fb34c19c3347a3fd3f94
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;
@@ -41,8 +42,10 @@
    private String price;
    private String originalStock;
    private String rstName;
    private String parentRstName;
    private String specName;
    private String rstId;
    private String parentRstId;
    private String rssId;
    private String statusCd = "0";
@@ -57,6 +60,8 @@
    private String staffTel;
    private String applyType;
    private String applyTypeName;
    private String unitCodeName;
    private String miniUnitCodeName;
    public String getAsId() {
        return asId;
@@ -339,4 +344,44 @@
    public void setApplyTypeName(String applyTypeName) {
        this.applyTypeName = applyTypeName;
    }
    public String getbId() {
        return bId;
    }
    public void setbId(String bId) {
        this.bId = bId;
    }
    public String getUnitCodeName() {
        return unitCodeName;
    }
    public void setUnitCodeName(String unitCodeName) {
        this.unitCodeName = unitCodeName;
    }
    public String getMiniUnitCodeName() {
        return miniUnitCodeName;
    }
    public void setMiniUnitCodeName(String miniUnitCodeName) {
        this.miniUnitCodeName = miniUnitCodeName;
    }
    public String getParentRstName() {
        return parentRstName;
    }
    public void setParentRstName(String parentRstName) {
        this.parentRstName = parentRstName;
    }
    public String getParentRstId() {
        return parentRstId;
    }
    public void setParentRstId(String parentRstId) {
        this.parentRstId = parentRstId;
    }
}