TASK:企业、教育版library元素共享、作品广场作品发布到公共gallery
This commit is contained in:
@@ -90,4 +90,12 @@ public interface LibraryService extends IService<Library> {
|
||||
void moveLibraryDate() throws ParseException;
|
||||
|
||||
Map<String, String> addSysModelToLib(long sysModelId);
|
||||
|
||||
boolean saveToOrganizationLibrary(Long libraryId);
|
||||
|
||||
void deleteFromPublicLib(Long libraryId);
|
||||
|
||||
PageBaseResponse<Library> getPublicLib(String order, long page, long size);
|
||||
|
||||
PageBaseResponse<Library> getAllSubAccLib(String order, long page, long size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user