java110
2023-08-25 18d1f4bc4f4f77c8883702a00896dd99469db648
java110-bean/src/main/java/com/java110/dto/store/StorehouseDto.java
@@ -36,6 +36,10 @@
    private String allocationSwitch;
    private String allocationRafId;
    private String purchaseFlowName;
    private String useFlowName;
    private String allocationFlowName;
    public String getShDesc() {
        return shDesc;
    }
@@ -150,4 +154,28 @@
    public void setAllocationRafId(String allocationRafId) {
        this.allocationRafId = allocationRafId;
    }
    public String getPurchaseFlowName() {
        return purchaseFlowName;
    }
    public void setPurchaseFlowName(String purchaseFlowName) {
        this.purchaseFlowName = purchaseFlowName;
    }
    public String getUseFlowName() {
        return useFlowName;
    }
    public void setUseFlowName(String useFlowName) {
        this.useFlowName = useFlowName;
    }
    public String getAllocationFlowName() {
        return allocationFlowName;
    }
    public void setAllocationFlowName(String allocationFlowName) {
        this.allocationFlowName = allocationFlowName;
    }
}