BUGFIX: design存sketchboard到library;

This commit is contained in:
shahaibo
2023-10-12 15:35:55 +08:00
parent e3b7304bbf
commit 381d40c346
3 changed files with 34 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ public interface CollectionElementService extends IService<CollectionElement> {
* @return
*/
Boolean saveLibraryByCollectionElement(List<CollectionElement> elements,String timeZone);
Boolean saveLibraryByCollectionElement(List<CollectionElement> elements,String timeZone, String modelSex);
/**
* 校验element
*