添加“单模版成片任务查询”接口

This commit is contained in:
longbinbin
2024-12-11 09:32:55 +08:00
parent 3b94b34cf6
commit 3c502c600c
6 changed files with 39 additions and 6 deletions

View File

@ -49,5 +49,7 @@ public interface GoodsService {
* @param userId
* @return
*/
ApiResponse<Integer> getTaskStatus(Long userId ,Long scenicId);
ApiResponse<Integer> getAllTaskStatus(Long userId ,Long scenicId);
ApiResponse<Integer> getTemplateTaskStatus(Long userId, Long templateId);
}