| | |
| | | |
| | | private Integer num; |
| | | private Integer task_id; |
| | | private Integer UId; |
| | | private Integer uId; |
| | | private Integer usr_type; |
| | | public Integer getNum() { |
| | | return num; |
| | |
| | | public void setTask_id(Integer task_id) { |
| | | this.task_id = task_id; |
| | | } |
| | | |
| | | public Integer getuId() { |
| | | return UId; |
| | | return uId; |
| | | } |
| | | |
| | | public void setuId(Integer uId) { |
| | | UId = uId; |
| | | this.uId = uId; |
| | | } |
| | | |
| | | public Integer getUsr_type() { |
| | | return usr_type; |
| | | } |
| | | public void setUsr_type(Integer usr_type) { |
| | | this.usr_type = usr_type; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "User_task_user_list [num=" + num + ", task_id=" + task_id |
| | | + ", UId=" + UId + ", usr_type=" + usr_type + "]"; |
| | | return "User_task_user_list{" + |
| | | "num=" + num + |
| | | ", task_id=" + task_id + |
| | | ", uId=" + uId + |
| | | ", usr_type=" + usr_type + |
| | | '}'; |
| | | } |
| | | } |