| | |
| | | @JsonIgnore |
| | | protected boolean isset_dealTime = false; |
| | | |
| | | private Integer lastRecord = null; |
| | | @JsonIgnore |
| | | protected boolean isset_lastRecord = false; |
| | | |
| | | /** |
| | | * 默认构造函数 |
| | | */ |
| | |
| | | return this.dealTime == null; |
| | | } |
| | | |
| | | public Integer getLastRecord() { |
| | | return this.lastRecord; |
| | | } |
| | | |
| | | public void setLastRecord(Integer lastRecord) { |
| | | this.lastRecord = lastRecord; |
| | | this.isset_lastRecord = true; |
| | | } |
| | | |
| | | @JsonIgnore |
| | | public boolean isEmptyLastRecord() { |
| | | return this.lastRecord == null; |
| | | } |
| | | |
| | | /** |
| | | * 重写 toString() 方法 |
| | | */ |
| | |
| | | .append("operatorId=").append(this.operatorId) |
| | | .append("operatorName=").append(this.operatorName) |
| | | .append("dealTime=").append(this.dealTime) |
| | | .append("lastRecord=").append(this.lastRecord) |
| | | .toString(); |
| | | } |
| | | |
| | |
| | | if (this.isset_dealTime) { |
| | | l_goods_user_record.setDealTime(this.getDealTime()); |
| | | } |
| | | if (this.isset_lastRecord) { |
| | | l_goods_user_record.setLastRecord(this.getLastRecord()); |
| | | } |
| | | return l_goods_user_record; |
| | | } |
| | | } |