TASK:模块化;

This commit is contained in:
shahaibo
2025-03-27 14:32:56 +08:00
parent 78a5bebb4f
commit a8f868e215
5 changed files with 85 additions and 0 deletions

View File

@@ -89,4 +89,6 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
String brandDNAUpload(MultipartFile file, Long brandId) throws IOException;
PageBaseResponse<BrandDNAVO> brandDNAPage(BrandDNAQueryDTO brandDNAQueryDTO);
BrandDNAGenerateVO brandDNAGenerate(String prompt);
}