TASK:模块化;
This commit is contained in:
@@ -265,6 +265,12 @@ public class SavedCollectionController {
|
||||
return Response.success(userLikeGroupService.brandDNASaveOrUpdate(brandDNADTO));
|
||||
}
|
||||
|
||||
@ApiOperation(value = "brandDNAPage")
|
||||
@PostMapping("/brandDNAPage")
|
||||
public Response<PageBaseResponse<BrandDNAVO>> brandDNAPage(@Valid @RequestBody BrandDNAQueryDTO brandDNAQueryDTO) {
|
||||
return Response.success(userLikeGroupService.brandDNAPage(brandDNAQueryDTO));
|
||||
}
|
||||
|
||||
@ApiOperation(value = "brandLogoUpload")
|
||||
@PostMapping("/brandLogoUpload")
|
||||
public Response<String> brandDNASaveOrUpdate(@RequestParam("file") MultipartFile file) {
|
||||
|
||||
Reference in New Issue
Block a user