| | |
| | | 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 |
| | |
| | | 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() { |
| | |
| | | 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() { |
| | |
| | | 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) |
| | |
| | | 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()); |