sketch拼贴 获取画布走统一接口

This commit is contained in:
2025-03-25 14:37:38 +08:00
parent a38c15005e
commit 619d0e817f
5 changed files with 9 additions and 69 deletions

View File

@@ -56,7 +56,5 @@ public interface GenerateService extends IService<Generate> {
GenerateResultVO sketchReconstructionGenerate(SketchReconstructionDTO sketchReconstructionDTO);
String sketchReconstructionSave(MultipartFile multipartFile, Long projectId);
SketchReconstructionVO getSketchReconstruction(Long projectId);
}