📄 forumlabeldao.java
字号:
/*
* Created on 2007-5-21
* Last modified on 2007-5-21
* Powered by YeQiangWei.com
*/
package com.yeqiangwei.club.dao;
import com.yeqiangwei.club.dao.model.ForumLabel;
import com.yeqiangwei.club.exception.DAOException;
import com.yeqiangwei.club.param.ForumParameter;
public interface ForumLabelDAO extends BaseDAO<ForumLabel, ForumParameter>{
public int update(int forumId, int toForumId) throws DAOException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -