dev798
parent
086db8d53b
commit
77f26a161b
|
@ -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 {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue