Package net.risesoft.service
Interface RejectReasonService
-
- All Known Implementing Classes:
RejectReasonServiceImpl
public interface RejectReasonService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RejectReasonfindByTaskIdAndAction(String taskId, Integer action)根据任务Id和标识查找原因voidsave(String reason, String taskId, Integer action)保存拒绝原因
-