TASK:模块化;

This commit is contained in:
shahaibo
2025-03-27 13:33:09 +08:00
parent 1d9a89d7c7
commit e6234213f0
5 changed files with 44 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
package com.ai.da.service;
import com.ai.da.common.response.PageBaseResponse;
import com.ai.da.mapper.primary.entity.*;
import com.ai.da.model.dto.*;
import com.ai.da.model.vo.*;
@@ -86,4 +87,6 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
Boolean brandDNASaveOrUpdate(BrandDNADTO brandDNADTO);
String brandDNAUpload(MultipartFile file, Long brandId) throws IOException;
PageBaseResponse<BrandDNAVO> brandDNAPage(BrandDNAQueryDTO brandDNAQueryDTO);
}