📄 e0c10ccac386001b1e499899eff7cdd5
字号:
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(BlogEntry blogEntry);
public boolean updateBlogEntry(BlogEntry blogEntry);
public List getAllBlogEntry();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -