From 6d1fcbe98f3dc8f75ac3f7784152b5a04942a89f Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期二, 31 十月 2023 19:26:29 +0800 Subject: [PATCH] feat: 报废单报废 --- consum-model-pojo/src/main/java/com/consum/model/po/LGoodsUserRecord.java | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/consum-model-pojo/src/main/java/com/consum/model/po/LGoodsUserRecord.java b/consum-model-pojo/src/main/java/com/consum/model/po/LGoodsUserRecord.java index 022416b..dbab741 100644 --- a/consum-model-pojo/src/main/java/com/consum/model/po/LGoodsUserRecord.java +++ b/consum-model-pojo/src/main/java/com/consum/model/po/LGoodsUserRecord.java @@ -20,17 +20,17 @@ protected boolean isset_id = false; // 灞炴�у垪琛� - private Long goodsUserPhone = null; + private Long whGoodsId = null; @JsonIgnore - protected boolean isset_goodsUserPhone = false; + protected boolean isset_whGoodsId = false; private Integer recordType = null; @JsonIgnore protected boolean isset_recordType = false; - private Long lastRecordId = null; + private Long transBusinessId = null; @JsonIgnore - protected boolean isset_lastRecordId = false; + protected boolean isset_transBusinessId = false; private Long nowUserPhone = null; @JsonIgnore @@ -87,18 +87,18 @@ return this.id == null; } - public Long getGoodsUserPhone() { - return this.goodsUserPhone; + public Long getWhGoodsId() { + return this.whGoodsId; } - public void setGoodsUserPhone(Long goodsUserPhone) { - this.goodsUserPhone = goodsUserPhone; - this.isset_goodsUserPhone = true; + public void setWhGoodsId(Long whGoodsId) { + this.whGoodsId = whGoodsId; + this.isset_whGoodsId = true; } @JsonIgnore - public boolean isEmptyGoodsUserPhone() { - return this.goodsUserPhone == null; + public boolean isEmptyWhGoodsId() { + return this.whGoodsId == null; } public Integer getRecordType() { @@ -115,18 +115,18 @@ return this.recordType == null; } - public Long getLastRecordId() { - return this.lastRecordId; + public Long getTransBusinessId() { + return this.transBusinessId; } - public void setLastRecordId(Long lastRecordId) { - this.lastRecordId = lastRecordId; - this.isset_lastRecordId = true; + public void setTransBusinessId(Long transBusinessId) { + this.transBusinessId = transBusinessId; + this.isset_transBusinessId = true; } @JsonIgnore - public boolean isEmptyLastRecordId() { - return this.lastRecordId == null; + public boolean isEmptyTransBusinessId() { + return this.transBusinessId == null; } public Long getNowUserPhone() { @@ -206,9 +206,9 @@ public String toString() { return new StringBuilder() .append("id=").append(this.id) - .append("goodsUserPhone=").append(this.goodsUserPhone) + .append("whGoodsId=").append(this.whGoodsId) .append("recordType=").append(this.recordType) - .append("lastRecordId=").append(this.lastRecordId) + .append("transBusinessId=").append(this.transBusinessId) .append("nowUserPhone=").append(this.nowUserPhone) .append("nowUserName=").append(this.nowUserName) .append("operatorId=").append(this.operatorId) @@ -231,14 +231,14 @@ l_goods_user_record.setId(this.getId()); } // 鏅�氬睘鎬� - if (this.isset_goodsUserPhone) { - l_goods_user_record.setGoodsUserPhone(this.getGoodsUserPhone()); + if (this.isset_whGoodsId) { + l_goods_user_record.setWhGoodsId(this.getWhGoodsId()); } if (this.isset_recordType) { l_goods_user_record.setRecordType(this.getRecordType()); } - if (this.isset_lastRecordId) { - l_goods_user_record.setLastRecordId(this.getLastRecordId()); + if (this.isset_transBusinessId) { + l_goods_user_record.setTransBusinessId(this.getTransBusinessId()); } if (this.isset_nowUserPhone) { l_goods_user_record.setNowUserPhone(this.getNowUserPhone()); -- Gitblit v1.9.1