TASK:模块化;

This commit is contained in:
shahaibo
2025-04-10 11:01:24 +08:00
parent 3883864558
commit 6b62d26544
11 changed files with 209 additions and 186 deletions

View File

@@ -90,7 +90,7 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
Boolean brandDNASaveOrUpdate(BrandDNADTO brandDNADTO);
Library brandDNAUpload(MultipartFile file, Long brandId) throws IOException;
LibraryUpdateVo brandDNAUpload(MultipartFile file, Long brandId) throws IOException;
PageBaseResponse<BrandDNAVO> brandDNAPage(BrandDNAQueryDTO brandDNAQueryDTO);