WangHan
2024-12-19 ed6c6350015d52ea1cb033c7558f72b721ece84a
consum-model-pojo/src/main/java/com/consum/model/po/LWhFormOutput.java
@@ -36,6 +36,10 @@
    @JsonIgnore
    protected boolean isset_transBusinessId = false;
    private Integer outWarehouseType = null;
    @JsonIgnore
    protected boolean isset_outWarehouseType = false;
    private String outputCode = null;
    @JsonIgnore
    protected boolean isset_outputCode = false;
@@ -51,6 +55,18 @@
    private String warehouseName = null;
    @JsonIgnore
    protected boolean isset_warehouseName = false;
    private Integer inWarehouseType = null;
    @JsonIgnore
    protected boolean isset_inWarehouseType = false;
    private Long inWarehouseId = null;
    @JsonIgnore
    protected boolean isset_inWarehouseId = false;
    private String inWarehouseName = null;
    @JsonIgnore
    protected boolean isset_inWarehouseName = false;
    private Long agencyId = null;
    @JsonIgnore
@@ -79,6 +95,10 @@
    private String beiz = null;
    @JsonIgnore
    protected boolean isset_beiz = false;
    private String outputDoc;
    @JsonIgnore
    protected boolean isset_outputDoc = false;
    /**
     * 默认构造函数
@@ -171,6 +191,20 @@
        return this.transBusinessId == null;
    }
    public Integer getOutWarehouseType() {
        return this.outWarehouseType;
    }
    public void setOutWarehouseType(Integer outWarehouseType) {
        this.outWarehouseType = outWarehouseType;
        this.isset_outWarehouseType = true;
    }
    @JsonIgnore
    public boolean isEmptyOutWarehouseType() {
        return this.outWarehouseType == null;
    }
    public String getOutputCode() {
        return this.outputCode;
    }
@@ -225,6 +259,48 @@
    @JsonIgnore
    public boolean isEmptyWarehouseName() {
        return this.warehouseName == null || this.warehouseName.length() == 0;
    }
    public Integer getInWarehouseType() {
        return this.inWarehouseType;
    }
    public void setInWarehouseType(Integer inWarehouseType) {
        this.inWarehouseType = inWarehouseType;
        this.isset_inWarehouseType = true;
    }
    @JsonIgnore
    public boolean isEmptyInWarehouseType() {
        return this.inWarehouseType == null;
    }
    public Long getInWarehouseId() {
        return this.inWarehouseId;
    }
    public void setInWarehouseId(Long inWarehouseId) {
        this.inWarehouseId = inWarehouseId;
        this.isset_inWarehouseId = true;
    }
    @JsonIgnore
    public boolean isEmptyInWarehouseId() {
        return this.inWarehouseId == null;
    }
    public String getInWarehouseName() {
        return this.inWarehouseName;
    }
    public void setInWarehouseName(String inWarehouseName) {
        this.inWarehouseName = inWarehouseName;
        this.isset_inWarehouseName = true;
    }
    @JsonIgnore
    public boolean isEmptyInWarehouseName() {
        return this.inWarehouseName == null || this.inWarehouseName.length() == 0;
    }
    public Long getAgencyId() {
@@ -325,6 +401,20 @@
        return this.beiz == null || this.beiz.length() == 0;
    }
    public String getOutputDoc() {
        return this.outputDoc;
    }
    public void setOutputDoc(String outputDoc) {
        this.outputDoc = outputDoc;
        this.isset_outputDoc = true;
    }
    @JsonIgnore
    public boolean isEmptyOutputDoc() {
        return this.outputDoc == null || this.outputDoc.length() == 0;
    }
    /**
     * 重写 toString() 方法
     */
@@ -336,10 +426,14 @@
                .append("businessFormCode=").append(this.businessFormCode)
                .append("inWarehouseFlowId=").append(this.inWarehouseFlowId)
                .append("transBusinessId=").append(this.transBusinessId)
                .append("outWarehouseType=").append(this.outWarehouseType)
                .append("outputCode=").append(this.outputCode)
                .append("outputName=").append(this.outputName)
                .append("warehouseId=").append(this.warehouseId)
                .append("warehouseName=").append(this.warehouseName)
                .append("inWarehouseType=").append(this.inWarehouseType)
                .append("inWarehouseId=").append(this.inWarehouseId)
                .append("inWarehouseName=").append(this.inWarehouseName)
                .append("agencyId=").append(this.agencyId)
                .append("agencyName=").append(this.agencyName)
                .append("operatorId=").append(this.operatorId)
@@ -376,6 +470,9 @@
        if (this.isset_transBusinessId) {
            l_wh_form_output.setTransBusinessId(this.getTransBusinessId());
        }
        if (this.isset_outWarehouseType) {
            l_wh_form_output.setOutWarehouseType(this.getOutWarehouseType());
        }
        if (this.isset_outputCode) {
            l_wh_form_output.setOutputCode(this.getOutputCode());
        }
@@ -387,6 +484,15 @@
        }
        if (this.isset_warehouseName) {
            l_wh_form_output.setWarehouseName(this.getWarehouseName());
        }
        if (this.isset_inWarehouseType) {
            l_wh_form_output.setInWarehouseType(this.getInWarehouseType());
        }
        if (this.isset_inWarehouseId) {
            l_wh_form_output.setInWarehouseId(this.getInWarehouseId());
        }
        if (this.isset_inWarehouseName) {
            l_wh_form_output.setInWarehouseName(this.getInWarehouseName());
        }
        if (this.isset_agencyId) {
            l_wh_form_output.setAgencyId(this.getAgencyId());
@@ -409,6 +515,9 @@
        if (this.isset_beiz) {
            l_wh_form_output.setBeiz(this.getBeiz());
        }
        if (this.isset_outputDoc) {
            l_wh_form_output.setOutputDoc(this.getOutputDoc());
        }
        return l_wh_form_output;
    }
}