?? tjjydao.java
字號:
/*
* Created on 2006-8-1
*
* 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.TongJi_JiuYe;
import org.ug.sztz.domain.oa.User;
/**
* @author leo001
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public interface TJJYDao {
public TongJi_JiuYe insertTJJY(Object usr);
public int updateTJJY_ZY(Object usr);
public int updateTJJY_XY(Object usr);
public int updateTJJY_BYQX(Object usr);
public List getTJJYListByType(String type);
public TongJi_JiuYe getTJJYByMap(Map map);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -