TASK: sketches裁剪;

This commit is contained in:
shahaibo
2023-11-23 15:27:01 +08:00
parent e18a4f78c4
commit 3e3aaa54c4
5 changed files with 57 additions and 5 deletions

View File

@@ -90,4 +90,6 @@ public interface DesignService extends IService<Design> {
Integer designProcess(String processId);
void relationImageId(DesignPythonObjects objects);
Boolean sketchesBoundingBox(SketchesBoundingBoxDTO sketchesBoundingBoxDTO);
}