BUGFIX: design之后,未分割图片的保存问题
This commit is contained in:
@@ -55,6 +55,8 @@ public interface DesignItemService extends IService<DesignItem> {
|
||||
|
||||
Map<String, String> setPriorityAndUndividedLayer(JSONArray layers);
|
||||
|
||||
Map<String, String> setTypeAndUndividedLayer(JSONArray layers);
|
||||
|
||||
ComposeLayersVO editLayersPositionAndScale(EditLayersPositionAndScaleVO positionAndScaleVO) throws IOException;
|
||||
|
||||
List<DesignItem> selectDesignIdById(List<Long> designItemIdList);
|
||||
|
||||
Reference in New Issue
Block a user