dev798
wxy 2024-03-26 21:17:40 +08:00
parent 086db8d53b
commit 77f26a161b
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
package com.muyu.product.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* Controller
* @Author: wangxinyuan
* @Date: 2024/3/26 20:30
*/
@RestController
@RequestMapping("/brand")
public class ProductBrandController {
}