| | |
| | | //序号 |
| | | private int id; |
| | | //体检时间 |
| | | private String time; |
| | | private String checkTime; |
| | | //类别 |
| | | private String type; |
| | | //就病医院 |
| | | private String hospital; |
| | | //提名 |
| | | private String name; |
| | | private String title; |
| | | //注意事项 |
| | | private String attention; |
| | | private String notice; |
| | | //备注 |
| | | private String remark; |
| | | //电子文件 |
| | |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getTime() { |
| | | return time; |
| | | public String getCheckTime() { |
| | | return checkTime; |
| | | } |
| | | |
| | | public void setTime(String time) { |
| | | this.time = time; |
| | | public void setCheckTime(String checkTime) { |
| | | this.checkTime = checkTime; |
| | | } |
| | | |
| | | public String getType() { |
| | |
| | | this.hospital = hospital; |
| | | } |
| | | |
| | | public String getName() { |
| | | return name; |
| | | public String getTitle() { |
| | | return title; |
| | | } |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | public void setTitle(String title) { |
| | | this.title = title; |
| | | } |
| | | |
| | | public String getAttention() { |
| | | return attention; |
| | | public String getNotice() { |
| | | return notice; |
| | | } |
| | | |
| | | public void setAttention(String attention) { |
| | | this.attention = attention; |
| | | public void setNotice(String notice) { |
| | | this.notice = notice; |
| | | } |
| | | |
| | | public String getRemark() { |