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

@@ -53,4 +53,5 @@ public interface DesignItemService extends IService<DesignItem> {
ComposeLayersVO editLayersPositionAndScale(EditLayersPositionAndScaleVO positionAndScaleVO) throws IOException;
List<DesignItem> selectDesignIdById(List<Long> designItemIdList);
}