新增备注

This commit is contained in:
wucongxing 2023-06-15 21:20:50 +08:00
parent fa56f72c3b
commit 5ba45f8258

View File

@ -133,6 +133,7 @@ func (r *Role) AddRole(c *gin.Context) {
return
}
// 业务处理
RoleService := service.RoleService{}
_, err := RoleService.AddRole(c, RoleRequest.AddRole)
if err != nil {