注释优化
parent
319665faeb
commit
8c41f6d1bc
@ -1,20 +0,0 @@
|
||||
package com.wayn.admin.api.controller.shop;
|
||||
|
||||
|
||||
import com.wayn.common.base.controller.BaseController;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 商品货品表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author wayn
|
||||
* @since 2020-07-06
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/shop-goods-product")
|
||||
public class GoodsProductController extends BaseController {
|
||||
|
||||
}
|
@ -1,20 +0,0 @@
|
||||
package com.wayn.admin.api.controller.shop;
|
||||
|
||||
|
||||
import com.wayn.common.base.controller.BaseController;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 商品规格表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author wayn
|
||||
* @since 2020-07-06
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/shop-goods-specification")
|
||||
public class GoodsSpecificationController extends BaseController {
|
||||
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue