From 62b6a7fac3f2acde70b578431147c4a01f19c182 Mon Sep 17 00:00:00 2001 From: 黎星凯 <13949086503@163.com> Date: 星期一, 15 四月 2024 09:07:05 +0800 Subject: [PATCH] bug修改 --- consum-model-pojo/src/main/java/com/consum/model/po/LWhGoodsRecordDetails.java | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoodsRecordDetails.java b/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoodsRecordDetails.java index b092290..23c89b5 100644 --- a/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoodsRecordDetails.java +++ b/consum-model-pojo/src/main/java/com/consum/model/po/LWhGoodsRecordDetails.java @@ -20,13 +20,13 @@ protected boolean isset_id = false; // 灞炴�у垪琛� - private Long lWhGoodsRecordId = null; + private Long whGoodsRecordId = null; @JsonIgnore - protected boolean isset_lWhGoodsRecordId = false; + protected boolean isset_whGoodsRecordId = false; - private Long lWhGoodsId = null; + private Long whGoodsId = null; @JsonIgnore - protected boolean isset_lWhGoodsId = false; + protected boolean isset_whGoodsId = false; private Integer thisType = null; @JsonIgnore @@ -67,32 +67,32 @@ return this.id == null; } - public Long getLWhGoodsRecordId() { - return this.lWhGoodsRecordId; + public Long getWhGoodsRecordId() { + return this.whGoodsRecordId; } - public void setLWhGoodsRecordId(Long lWhGoodsRecordId) { - this.lWhGoodsRecordId = lWhGoodsRecordId; - this.isset_lWhGoodsRecordId = true; + public void setWhGoodsRecordId(Long whGoodsRecordId) { + this.whGoodsRecordId = whGoodsRecordId; + this.isset_whGoodsRecordId = true; } @JsonIgnore - public boolean isEmptyLWhGoodsRecordId() { - return this.lWhGoodsRecordId == null; + public boolean isEmptyWhGoodsRecordId() { + return this.whGoodsRecordId == null; } - public Long getLWhGoodsId() { - return this.lWhGoodsId; + public Long getWhGoodsId() { + return this.whGoodsId; } - public void setLWhGoodsId(Long lWhGoodsId) { - this.lWhGoodsId = lWhGoodsId; - this.isset_lWhGoodsId = true; + public void setWhGoodsId(Long whGoodsId) { + this.whGoodsId = whGoodsId; + this.isset_whGoodsId = true; } @JsonIgnore - public boolean isEmptyLWhGoodsId() { - return this.lWhGoodsId == null; + public boolean isEmptyWhGoodsId() { + return this.whGoodsId == null; } public Integer getThisType() { @@ -116,8 +116,8 @@ public String toString() { return new StringBuilder() .append("id=").append(this.id) - .append("lWhGoodsRecordId=").append(this.lWhGoodsRecordId) - .append("lWhGoodsId=").append(this.lWhGoodsId) + .append("whGoodsRecordId=").append(this.whGoodsRecordId) + .append("whGoodsId=").append(this.whGoodsId) .append("thisType=").append(this.thisType) .toString(); } @@ -136,11 +136,11 @@ l_wh_goods_record_details.setId(this.getId()); } // 鏅�氬睘鎬� - if (this.isset_lWhGoodsRecordId) { - l_wh_goods_record_details.setLWhGoodsRecordId(this.getLWhGoodsRecordId()); + if (this.isset_whGoodsRecordId) { + l_wh_goods_record_details.setWhGoodsRecordId(this.getWhGoodsRecordId()); } - if (this.isset_lWhGoodsId) { - l_wh_goods_record_details.setLWhGoodsId(this.getLWhGoodsId()); + if (this.isset_whGoodsId) { + l_wh_goods_record_details.setWhGoodsId(this.getWhGoodsId()); } if (this.isset_thisType) { l_wh_goods_record_details.setThisType(this.getThisType()); -- Gitblit v1.9.1