package com.cloud.dao; import java.util.List; import com.cloud.pojo.Files; import com.cloud.pojo.Folder; public interface FolderDao { //增加文件夹 public void addFolder(Folder folder); //展示文件夹 public List<Folder> showFolder(Integer user_id); //文件夹内文件显示 public List<Files> selectFiles(Integer dir_id); //查询一个文件夹 public Folder selectOne(Integer dir_id); //删除文件夹 public int deleteFolder(Integer dir_id); //查询文件夹路径 public String selectDirPath(Integer dir_id); }
最近下载更多
francochan LV6
5月4日
姜广坤 LV14
2023年2月20日
ming_123_9715 LV23
2022年12月9日
591231555 LV20
2022年4月18日
xiex909 LV27
2022年3月31日
wangxiyi1 LV1
2022年3月29日
xiayan LV6
2021年12月8日
jjkknn LV3
2021年8月2日
Xuhaizi LV1
2021年7月14日
qianzf LV12
2021年5月5日
最近浏览更多
francochan LV6
5月4日
WaZiN7 LV6
4月25日
quartz LV8
3月13日
微信网友_6902352269217792 LV3
3月12日
杨俊杰
2023年12月27日
暂无贡献等级
shuangfu LV25
2023年12月2日
molu123456
2023年10月10日
暂无贡献等级
YShico LV1
2023年9月4日
uni-code_0123 LV1
2023年8月4日
gecongkai LV8
2023年6月22日