2 커밋 6d3c976f2d ... 8b105f48b8

작성자 SHA1 메시지 날짜
  yuanrf 8b105f48b8 Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop 3 일 전
  yuanrf 106bd2494e 部分注释添加 3 일 전
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      OASystem/OASystem.Api/Controllers/GroupsController.cs

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

@@ -26653,6 +26653,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)
         {