公告板
版本库
filestore
活动
搜索
登录
main
/
966120Api
966120
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 停止轮询 uncount
wlzboy
5 天以前
c098f1e3a3e052aa3d65584aae6dc003a70d75ad
[966120Api.git]
/
ruoyi-system
/
src
/
main
/
java
/
com
/
ruoyi
/
system
/
task
/
ITaskAttachmentService.java
1
2
3
4
5
6
7
8
9
package com.ruoyi.system.task;
import com.ruoyi.system.domain.SysTaskAttachment;
public interface ITaskAttachmentService {
boolean isAttachmentSynced(Long taskId);
boolean updateAttachment(SysTaskAttachment attachment);
}