获取所有姿势变换的pose

This commit is contained in:
2025-04-08 18:05:49 +08:00
parent 0e7c07b3b5
commit 6250e763c3
4 changed files with 24 additions and 3 deletions

View File

@@ -61,4 +61,6 @@ public interface GenerateService extends IService<Generate> {
GenerateResultVO sketchReconstructionGenerate(SketchReconstructionDTO sketchReconstructionDTO);
SketchReconstructionVO getSketchReconstruction(Long projectId);
List<String> getAllPose();
}