You've already forked FrameTour-BE
bug
This commit is contained in:
@@ -11,9 +11,9 @@ public interface TaskService {
|
||||
|
||||
TemplateRespVO workerGetTemplate(Long templateId, WorkerAuthReqVo req);
|
||||
|
||||
void autoCreateTaskByFaceIdAndTempalteId(Long faceId, Long templateId);
|
||||
void createTaskByFaceIdAndTempalteId(Long faceId, Long templateId);
|
||||
|
||||
void autoCreateTaskByFaceIdAndTempalteId(Long faceId, Long templateId, int automatic);
|
||||
void createTaskByFaceIdAndTempalteId(Long faceId, Long templateId, int automatic);
|
||||
|
||||
void taskSuccess(Long taskId, WorkerAuthReqVo req);
|
||||
|
||||
|
Reference in New Issue
Block a user