You've already forked FrameTour-BE
名称
This commit is contained in:
@@ -14,9 +14,9 @@ public interface TaskService {
|
||||
|
||||
TemplateRespVO workerGetTemplate(Long templateId, WorkerAuthReqVo req);
|
||||
|
||||
void createTaskByFaceIdAndTempalteId(Long faceId, Long templateId);
|
||||
void createTaskByFaceIdAndTemplateId(Long faceId, Long templateId);
|
||||
|
||||
void createTaskByFaceIdAndTempalteId(Long faceId, Long templateId, int automatic);
|
||||
void createTaskByFaceIdAndTemplateId(Long faceId, Long templateId, int automatic);
|
||||
|
||||
void taskSuccess(Long taskId, TaskSuccessReqVo req);
|
||||
|
||||
@@ -28,7 +28,7 @@ public interface TaskService {
|
||||
|
||||
void forceCreateTaskByFaceIdAndTempalteId(Long faceId, Long templateId);
|
||||
|
||||
void autoCreateTaskByFaceId(Long id);
|
||||
void autoCreateTaskByFaceId(Long faceId);
|
||||
|
||||
Date getTaskShotDate(Long taskId);
|
||||
|
||||
|
Reference in New Issue
Block a user