Browse Source

部分注释添加

yuanrf 4 days ago
parent
commit
106bd2494e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 5 - 0
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -26627,6 +26627,11 @@ ORDER BY
             return Ok(JsonView(true, "SUCCESS!", count));
         }
 
+        /// <summary>
+        /// 会务成本权限分配
+        /// </summary>
+        /// <param name="Dto"></param>
+        /// <returns></returns>
         [HttpPost]
         public async Task<IActionResult> PermissionSetting(PermissionSettingDto Dto)
         {