TASK:根据designItemId获取模特图

This commit is contained in:
2023-12-14 11:26:12 +08:00
parent 4d87164b8e
commit 26a61a44a2
7 changed files with 63 additions and 0 deletions

View File

@@ -94,4 +94,6 @@ public interface DesignService extends IService<Design> {
void relationImageId(DesignPythonObjects objects);
List<CollectionSketchVO> sketchesBoundingBox(SketchesBoundingBoxDTO sketchesBoundingBoxDTO);
List<String> getModel(List<Long> designItemIdList);
}