mirror of
https://github.com/macrozheng/mall.git
synced 2025-06-27 04:20:01 +00:00
Update PmsBrandController.java
This commit is contained in:
parent
54f41ffaf6
commit
015c17ac2d
@ -7,6 +7,7 @@ import com.macro.mall.model.PmsBrand;
|
||||
import com.macro.mall.service.PmsBrandService;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
@ -19,7 +20,8 @@ import java.util.List;
|
||||
* Created by macro on 2018/4/26.
|
||||
*/
|
||||
@Controller
|
||||
@Api(tags = "PmsBrandController", description = "商品品牌管理")
|
||||
@Api(tags = "PmsBrandController")
|
||||
@Tag(name = "PmsBrandController", description = "商品品牌管理")
|
||||
@RequestMapping("/brand")
|
||||
public class PmsBrandController {
|
||||
@Autowired
|
||||
|
Loading…
x
Reference in New Issue
Block a user