?? stujydao.java
字號:
/*
* Created on 2006-7-20
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.ug.sztz.dao.oa;
import java.util.List;
import java.util.Map;
import org.ug.sztz.domain.oa.StudentBaseInfo;
import org.ug.sztz.domain.oa.StudentJYInfo;
/**
* @author leo001
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public interface StuJYDao {
public StudentJYInfo insertStudentJYInfo(Object news);
public StudentJYInfo insertStudentBascJYInfo(Object news);
public int deleteStudentJYInfo(String newsId);
public int updateStudentJYInfo(Object news);
public StudentJYInfo getStudentJYInfoByXh(String newsId);
public List getStudentJYInfoList(Map map);
public List getStudentJYInfoList(Map map,int skipResults, int maxResults);
public int updateStudentJYStatus(Object news);
public int updateStudentJlsd(Map map);
public int updateStudentJYInfoBySQL(Map map);
public StudentJYInfo insertStudentJYInfoBySQL(Map map);
public int updateStudentJYStatusByMap(Map map);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -