更新模特点位接口修改

This commit is contained in:
2025-04-01 17:15:38 +08:00
parent 3df4433381
commit 8e938e9f06
6 changed files with 116 additions and 24 deletions

View File

@@ -88,4 +88,6 @@ public interface LibraryService extends IService<Library> {
void deleteTrialData(Long id);
void moveLibraryDate() throws ParseException;
Long addSysModelToLib(long sysModelId);
}