| | |
| | | package cc.mrbird.febs.ai.service; |
| | | |
| | | import cc.mrbird.febs.ai.entity.AiProductCategory; |
| | | import cc.mrbird.febs.ai.req.productCategory.ApiProductCategoryAllDto; |
| | | import cc.mrbird.febs.ai.req.productCategory.ApiProductCategoryHotDto; |
| | | import cc.mrbird.febs.ai.req.productCategory.ApiProductCategoryPageDto; |
| | | import cc.mrbird.febs.ai.res.productCategory.ApiProductCategoryVo; |
| | | import cc.mrbird.febs.common.entity.FebsResponse; |
| | |
| | | |
| | | FebsResponse hot(); |
| | | |
| | | FebsResponse hotV1(ApiProductCategoryHotDto dto); |
| | | |
| | | FebsResponse hotV2(ApiProductCategoryHotDto dto); |
| | | |
| | | FebsResponse categoryList(ApiProductCategoryPageDto dto); |
| | | |
| | | String getDefaultProductCategoryId(); |
| | | |
| | | FebsResponse allList(ApiProductCategoryAllDto dto); |
| | | } |