注释信息完善

This commit is contained in:
zhh
2018-04-26 09:23:14 +08:00
parent a41633a9b7
commit f603ca624d
112 changed files with 34531 additions and 42 deletions

View File

@@ -18,6 +18,7 @@ import java.util.List;
/**
* 品牌功能Controller
* Created by macro on 2018/4/26.
*/
@Controller
@Api(tags = "PmsBrandController",description = "商品品牌管理")

View File

@@ -15,6 +15,7 @@ import java.util.List;
/**
* 商品属性分类Controller
* Created by macro on 2018/4/26.
*/
@Controller
@Api(tags = "PmsProductAttributeCategoryController",description = "商品属性分类管理")

View File

@@ -19,6 +19,7 @@ import java.util.List;
/**
* 商品属性管理Controller
* Created by macro on 2018/4/26.
*/
@Controller
@Api(tags = "PmsProductAttributeController", description = "商品属性管理")

View File

@@ -18,6 +18,7 @@ import java.util.List;
/**
* 商品分类模块Controller
* Created by macro on 2018/4/26.
*/
@Controller
@Api(tags = "PmsProductCategoryController",description = "商品分类管理")

View File

@@ -15,6 +15,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
/**
* 商品管理Controller
* Created by macro on 2018/4/26.
*/
@Controller
@Api(tags = "PmsProductController", description = "商品管理")

View File

@@ -20,6 +20,7 @@ import javax.servlet.http.HttpServletRequest;
/**
* 后台用户管理
* Created by macro on 2018/4/26.
*/
@Controller
@Api(tags = "UmsAdminController", description = "后台用户管理")

View File

@@ -16,6 +16,7 @@ import java.util.List;
/**
* 会员等级管理Controller
* Created by macro on 2018/4/26.
*/
@Controller
@Api(tags = "UmsMemberLevelController",description = "会员等级管理")