luqingyang
2023-10-31 f5623e6c538ebff2dfe38ff04bdb996307e7aa84
consum-model-pojo/src/main/java/com/consum/model/po/LWarehouseFlow.java
@@ -28,9 +28,9 @@
    @JsonIgnore
    protected boolean isset_warehouseName = false;
    private Integer lastRecord = null;
    private Integer thisType = null;
    @JsonIgnore
    protected boolean isset_lastRecord = false;
    protected boolean isset_thisType = false;
    private Integer businessType = null;
    @JsonIgnore
@@ -115,18 +115,18 @@
        return this.warehouseName == null || this.warehouseName.length() == 0;
    }
    public Integer getLastRecord() {
        return this.lastRecord;
    public Integer getThisType() {
        return this.thisType;
    }
    public void setLastRecord(Integer lastRecord) {
        this.lastRecord = lastRecord;
        this.isset_lastRecord = true;
    public void setThisType(Integer thisType) {
        this.thisType = thisType;
        this.isset_thisType = true;
    }
    @JsonIgnore
    public boolean isEmptyLastRecord() {
        return this.lastRecord == null;
    public boolean isEmptyThisType() {
        return this.thisType == null;
    }
    public Integer getBusinessType() {
@@ -208,7 +208,7 @@
                .append("id=").append(this.id)
                .append("warehouseId=").append(this.warehouseId)
                .append("warehouseName=").append(this.warehouseName)
                .append("lastRecord=").append(this.lastRecord)
                .append("thisType=").append(this.thisType)
                .append("businessType=").append(this.businessType)
                .append("businessFormId=").append(this.businessFormId)
                .append("operatorId=").append(this.operatorId)
@@ -237,8 +237,8 @@
        if (this.isset_warehouseName) {
            l_warehouse_flow.setWarehouseName(this.getWarehouseName());
        }
        if (this.isset_lastRecord) {
            l_warehouse_flow.setLastRecord(this.getLastRecord());
        if (this.isset_thisType) {
            l_warehouse_flow.setThisType(this.getThisType());
        }
        if (this.isset_businessType) {
            l_warehouse_flow.setBusinessType(this.getBusinessType());