資源簡介
學(xué)生登錄,能夠看到自己基本信息,能看到教室的基本信息,并對(duì)教室能夠申請(qǐng),審核,預(yù)約
查看教室的歷史使用記錄
教師登錄,能夠看到自己和學(xué)生的基本信息,能看到教室的基本信息,并對(duì)教室能夠申請(qǐng),審核,預(yù)約
查看教室的歷史使用記錄
管理員,能夠?qū)W(xué)生,教師,教室的信息進(jìn)行增刪改查
代碼片段和文件信息
package?com.haoruitech.action;
import?com.haoruitech.bean.Right;
import?com.haoruitech.service.RightService;
import?com.opensymphony.xwork2.ActionSupport;
import?com.opensymphony.xwork2.ModelDriven;
public?class?RightAction?extends?ActionSupport?implements?ModelDriven{
private?static?final?long?serialVersionUID?=?1L;
private?RightService?rightService;
public?RightService?getRightService()?{
return?rightService;
}
public?void?setRightService(RightService?rightService)?{
this.rightService?=?rightService;
}
@Override
public?Right?getModel()?{
return?null;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
????I.A....??????5634??2018-12-30?15:02??VenditionSystem\.classpath
?????文件????1041784??2018-05-21?08:43??VenditionSystem\.me
?????文件????1047350??2018-05-21?08:43??VenditionSystem\.me
?????文件??????????0??2018-05-21?08:34??VenditionSystem\.me
?????文件?????706689??2018-05-21?08:43??VenditionSystem\.me
?????文件????????438??2018-05-21?08:35??VenditionSystem\.me
?????文件?????????32??2018-05-21?08:43??VenditionSystem\.me
?????文件?????????32??2018-05-21?08:43??VenditionSystem\.me
?????文件??????????1??2018-05-21?08:43??VenditionSystem\.me
?????文件????????151??2018-05-21?08:43??VenditionSystem\.me
?????文件??????????1??2018-05-21?08:43??VenditionSystem\.me
?????文件?????????32??2018-05-21?08:43??VenditionSystem\.me
?????文件????????185??2018-05-21?08:37??VenditionSystem\.me
?????文件???????1699??2018-05-21?08:43??VenditionSystem\.me
?????文件????????315??2018-05-21?08:43??VenditionSystem\.me
?????文件?????????42??2018-05-21?08:34??VenditionSystem\.me
?????文件?????????87??2018-05-21?08:34??VenditionSystem\.me
?????文件????????565??2018-05-21?08:43??VenditionSystem\.me
?????文件?????????58??2018-05-21?08:34??VenditionSystem\.me
?????文件?????????73??2018-05-21?08:43??VenditionSystem\.me
?????文件?????????62??2018-05-21?08:34??VenditionSystem\.me
?????文件?????????97??2018-05-21?08:34??VenditionSystem\.me
?????文件????????194??2018-05-21?08:43??VenditionSystem\.me
?????文件????????104??2018-05-21?08:34??VenditionSystem\.me
?????文件????????100??2018-05-21?08:34??VenditionSystem\.me
?????文件?????????69??2018-05-21?08:43??VenditionSystem\.me
?????文件????????129??2018-05-21?08:43??VenditionSystem\.me
?????文件?????????48??2018-05-21?08:34??VenditionSystem\.me
?????文件????????371??2018-05-21?08:43??VenditionSystem\.me
?????文件?????408942??2018-05-21?08:43??VenditionSystem\.me
............此處省略346個(gè)文件信息
評(píng)論
共有 條評(píng)論