TASK: 用户试用添加,印花逻辑调整;

This commit is contained in:
shahaibo
2023-11-20 15:06:15 +08:00
parent c15ff3f344
commit 4971f2b96a
16 changed files with 135 additions and 31 deletions

View File

@@ -81,4 +81,6 @@ public interface LibraryService extends IService<Library> {
Boolean checkMd5(String level1Type, String level2Type, String sex, String md5);
void batchDeleteLibrary(LibraryDeleteDTO deleteDTO);
void deleteTrialData(Long id);
}