提交 067431d1 authored 作者: zhangshuang's avatar zhangshuang

文件下载次数修改

上级 48979a78
...@@ -15,5 +15,10 @@ public interface DownLoadService { ...@@ -15,5 +15,10 @@ public interface DownLoadService {
*/ */
List<DownLoadCount> findCount(DownLoadRequest downLoadRequest); List<DownLoadCount> findCount(DownLoadRequest downLoadRequest);
/**
* 保存或修改下载次数
* @param downLoadCount
* @return
*/
ServerResponse downloadCount(DownLoadCount downLoadCount); ServerResponse downloadCount(DownLoadCount downLoadCount);
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论