类 ProductBrandController

所有已实现的接口:
org.springframework.beans.factory.InitializingBean

@RestController @RequestMapping("/platform/product/brand") public class ProductBrandController extends BaseController
平台商品品牌管理
作者:
时克英
  • 构造器详细资料

    • ProductBrandController

      public ProductBrandController()
  • 方法详细资料

    • list

      @RequestMapping(value="/list", method=GET) public com.walker.web.ResponseValue list()
    • add

      @RequestMapping(value="/add", method=POST) public com.walker.web.ResponseValue add(@RequestBody ProductBrandVo productBrandVo)