Browse Source

fix:注释修改

zqbao 8 months ago
parent
commit
c5364c54e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/seller.go

+ 2 - 2
controllers/seller.go

@@ -101,8 +101,8 @@ func (this *SellerController) List() {
 }
 
 // List
-// @Title 获取部门下销售
-// @Description 获取部门下销售接口
+// @Title 获取营业部下面的部门
+// @Description 获取营业部下面的部门
 // @Success 200 {object} []models.SysDepartmentList
 // @router /department/list [get]
 func (this *SellerController) DepartmentList() {