| | |
| | | |
| | | @ColumnInfo(name = "emp_id") |
| | | private int emp_id; |
| | | |
| | | private long stu_id; |
| | | private String item_content; |
| | | private String deducting_reason; |
| | | private int score_deducting; |
| | |
| | | this.deducting_reason = deducting_reason; |
| | | } |
| | | |
| | | public long getStu_id() { |
| | | return stu_id; |
| | | } |
| | | |
| | | public void setStu_id(long stu_id) { |
| | | this.stu_id = stu_id; |
| | | } |
| | | |
| | | public int getScore_deducting() { |
| | | return score_deducting; |
| | | } |
| | |
| | | public String toString() { |
| | | return "FailedProj_select{" + |
| | | "emp_id=" + emp_id + |
| | | ", stu_id=" + stu_id + |
| | | ", item_content='" + item_content + '\'' + |
| | | ", deducting_reason='" + deducting_reason + '\'' + |
| | | ", score_deducting=" + score_deducting + |