TASK:企业、教育版library元素共享、作品广场作品发布到公共gallery

This commit is contained in:
2025-05-19 14:02:42 +08:00
parent bf92edb267
commit aeb372bc17
22 changed files with 389 additions and 8 deletions

View File

@@ -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);
}