TASK:aida;
This commit is contained in:
@@ -43,6 +43,8 @@ public interface DesignService extends IService<Design> {
|
||||
*/
|
||||
DesignCollectionVO designItemList(Long designId);
|
||||
|
||||
List<Long> relationImageIds(DesignPythonObjects pythonObjects);
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
@@ -92,7 +94,7 @@ public interface DesignService extends IService<Design> {
|
||||
|
||||
void relationImageId(DesignPythonObjects objects);
|
||||
|
||||
List<CollectionSketchVO> sketchesBoundingBox(SketchesBoundingBoxDTO sketchesBoundingBoxDTO);
|
||||
List<CollectionSketchVO> sketchesBoundingBox(ReDesignCollectionDTO reDesignCollectionDTO);
|
||||
|
||||
List<String> getModel(List<Long> designItemIdList);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user