| | |
| | | public static final Rc_video_user ROW_MAPPER = new Rc_video_user(); |
| | | |
| | | // 主键 |
| | | private Long id; |
| | | private Long id = null; |
| | | @JsonIgnore |
| | | protected boolean isset_id = false; |
| | | |
| | |
| | | this.setId((Long) value); |
| | | } |
| | | |
| | | public Long getId(){return this.id;} |
| | | public Long getId() { |
| | | return this.id; |
| | | } |
| | | |
| | | public void setId(Long id){ |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | this.isset_id = true; |
| | | } |
| | |
| | | @Override |
| | | public String toString() { |
| | | return new StringBuilder() |
| | | .append("id=").append(this.id) |
| | | .append("user_id=").append(this.user_id) |
| | | .append("video_id=").append(this.video_id) |
| | | .append("score=").append(this.score) |
| | |
| | | //rc_video_user.setDatabaseName_(this.getDatabaseName_()); |
| | | |
| | | // 主键 |
| | | if (this.isset_id) { |
| | | rc_video_user.setId(this.getId()); |
| | | } |
| | | // 普通属性 |
| | | if (this.isset_user_id) { |
| | | rc_video_user.setUser_id(this.getUser_id()); |
| | | } |
| | | // 普通属性 |
| | | if (this.isset_video_id) { |
| | | rc_video_user.setVideo_id(this.getVideo_id()); |
| | | } |