首页>代码>ssm+maven搭建简单java学生信息后台管理系统>/com.student.smm/src/main/java/com/student/biz/OAUserdaoBiz.java
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();
}
最近下载更多
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日
kk1031  LV8 2023年4月13日
764364777  LV2 2023年2月23日
微信网友_6248713511227392  LV11 2022年12月5日
云龙123456  LV7 2022年12月2日
最近浏览更多
minjiang110  LV3 1月3日
zzzzzzz09173 2023年12月27日
暂无贡献等级
WBelong  LV7 2023年12月25日
磊哥哥哥哥  LV13 2023年12月22日
颜菜菜  LV2 2023年12月21日
wwwww816  LV3 2023年12月19日
zhangbo2020  LV6 2023年11月22日
jiemomo  LV12 2023年11月2日
husiyu  LV3 2023年10月4日
李亮  LV19 2023年8月28日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友