首页>代码>java实现文件上传下载功能的代码实例>/springmvc-file/src/main/java/com/javaniu/dao/FileDao.java
package com.javaniu.dao;

import java.util.List;

import com.javaniu.module.File;

public interface FileDao {

	void save(File file);

	void delete(Long id);

	void delete(File file);

	void update(File file);

	File findById(Long id);

	List<File> loadAll(int p, int ps);

	int countAll();

}
最近下载更多
1358849392  LV21 4月12日
hohhi  LV6 2022年6月5日
15185836794  LV2 2021年11月8日
EAST_Ace  LV4 2021年11月3日
naiheqingshen  LV1 2020年6月18日
yk123456321  LV1 2020年5月6日
死了还要爱  LV19 2020年3月31日
yqd123456  LV3 2020年3月23日
李东曙  LV14 2020年3月16日
Immortal code  LV1 2019年11月21日
最近浏览更多
1358849392  LV21 4月12日
15103432984  LV2 3月17日
潘潘123456  LV2 2023年12月24日
uni-code_0123  LV1 2023年11月29日
一只小扒菜啊 2023年10月30日
暂无贡献等级
liuind 2023年3月17日
暂无贡献等级
小白jmhuang  LV12 2023年3月10日
wyxjusj  LV1 2022年12月5日
Zyj0327 2022年11月30日
暂无贡献等级
lcy123ww  LV5 2022年11月16日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友