package com.student.biz;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.student.pojo.OAClass;
import com.student.pojo.OAStudent;
import com.student.pojo.TeacherOA;
import com.student.pojo.UserLog;
import com.student.pojo.UserOA;
public interface OAUserdaoBiz {
//OA页面登录
/*public UserOA OaLogin(@Param("username")String username,@Param("password")String password);*/
public UserOA OaLogin(UserOA userOA);
//Student信息查询
public List<OAStudent> getSelectMess(String text1,String text2);
//Student信息删除
int deleteStudent(@Param("id")Integer[] id);
//Student信息添加
int saveStudent(OAStudent oaStudent);
//修改传值
public OAStudent getupdate(Integer id);
//修改Student
int updateStudent(OAStudent id);
//Class班级查询
public List<OAClass> ClassSelect(String text3,String text4);
//Class班级删除
int deleteClass(@Param("id")Integer[] id);
//Class班级添加
int saveClass(OAClass oaClass);
//Class班级修改传值
public OAClass getupdateOAClass(@Param("id")Integer id);
//Class班级修改
int updateClass(OAClass id);
//教室表查询
public List<TeacherOA> TeacherSelect(String text5,String text6);
//教师表删除
int deleteTeacher(Integer[] tid);
//教师表添加
int saveTeacher(TeacherOA teacherOA);
//教师表修改传值
public TeacherOA getupdateOATeacher(@Param("id")Integer id);
//教师表修改
int updateTeacher(TeacherOA id);
//密码修改
int UserOAs(UserOA id);
//按班级查询所有学生
public List<OAStudent> AllclassStudent(String one,String two,Integer id);
//用户注册
int SavaZhuce(UserOA userOA);
//日志查询
public List<UserLog> UserLogs(@Param("text7")String text7,@Param("text8")String text8);
//下拉框班级查询
List<OAClass> getAllClass();
}
最近下载更多
1271247100 LV9
11月22日
甜心冰淇淋 LV4
6月15日
微信网友_7321633020284928 LV2
1月1日
hongdongdong LV14
2024年6月12日
zhangbo2020 LV6
2023年11月22日
李亮 LV19
2023年8月28日
wddqwe LV1
2023年6月29日
微信网友_6505997864357888 LV3
2023年6月5日
ruoran7 LV1
2023年5月28日
qiangmin1223 LV12
2023年4月24日
最近浏览更多
1271247100 LV9
11月22日
vinlon
6月17日
暂无贡献等级
甜心冰淇淋 LV4
6月14日
shhhhhh
6月13日
暂无贡献等级
llxxyy
6月9日
暂无贡献等级
jhtxdy
5月4日
暂无贡献等级
hezhihui
1月9日
暂无贡献等级
微信网友_7321633020284928 LV2
1月1日
xiaoaitx LV8
1月1日
ma406805131 LV19
2024年12月27日

