TASK:getAllPose id的数据类型改为整型
This commit is contained in:
@@ -73,7 +73,7 @@ public interface GenerateService extends IService<Generate> {
|
||||
|
||||
SketchReconstructionVO getSketchReconstruction(Long projectId);
|
||||
|
||||
List<Map<String, String>> getAllPose();
|
||||
List<Map<String, Object>> getAllPose();
|
||||
|
||||
void processPoseTransformResultBatch(String taskId, String gifUrl, String videoUrl, String imageUrl, String progress);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user