📄 20264d887a82001b1192d62530c8106f
字号:
package com.tangjun.data;
import java.util.List;
import com.tangjun.web.bo.BlogEntry;
public interface IBlogDAO {
public BlogEntry getBlogEntry(Integer uid);
public boolean addBlogEntry(BlogEntry blogEntry);
public boolean delBlogEntry(Integer uid);
public boolean updateBlogEntry(BlogEntry blogEntry);
public List getAllBlogEntry();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -