|
|
@@ -38,6 +38,36 @@ public class OutInRecord implements Serializable{
|
|
|
|
|
|
private String grade_clazz; //年级加班级名
|
|
|
|
|
|
+ private Integer record_type; //当前学生状态
|
|
|
+
|
|
|
+ private Date record_date; //时间
|
|
|
+
|
|
|
+ private String file_id; //文件编号
|
|
|
+
|
|
|
+ public Integer getRecord_type() {
|
|
|
+ return record_type;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRecord_type(Integer record_type) {
|
|
|
+ this.record_type = record_type;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getRecord_date() {
|
|
|
+ return record_date;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRecord_date(Date record_date) {
|
|
|
+ this.record_date = record_date;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getFile_id() {
|
|
|
+ return file_id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFile_id(String file_id) {
|
|
|
+ this.file_id = file_id;
|
|
|
+ }
|
|
|
+
|
|
|
public String getStu_name() {
|
|
|
return stu_name;
|
|
|
}
|