📄 attachtypesdao.java
字号:
package cn.jsprun.dao.posts;
import java.util.List;
import cn.jsprun.domain.Attachtypes;
public interface AttachtypesDao {
public List<Attachtypes> getAll();
public boolean saveAttachtypes(Attachtypes attachtypes);
public Integer deleteList(String[] id);
public Integer updateExtensionList(List<Attachtypes> list);
public Integer updateMaxsizeList(List<Attachtypes> list);
public boolean isSave(String name);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -