Package net.risesoft.service
Interface QuickSendService
-
- All Known Implementing Classes:
QuickSendServiceImpl
public interface QuickSendService- Author:
- zhangchongjie
- Date:
- 2023/09/07
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAssignee(String itemId, String taskKey)获取快捷发送人voidsaveOrUpdate(String itemId, String taskKey, String assignee)保存快捷发送人
-