소스 검색

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

yuanrf 18 시간 전
부모
커밋
a3057ef475
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OASystem/OASystem.Domain/Dtos/Groups/VisaProcessDtos.cs

+ 1 - 1
OASystem/OASystem.Domain/Dtos/Groups/VisaProcessDtos.cs

@@ -86,7 +86,7 @@ namespace OASystem.Domain.Dtos.Groups
         /// <summary>
         /// 当前用户Id  
         /// </summary>
-        public int CurrUserId { get; set; }
+        public int CurrUserId { get; set; }  
     }
 
     public class VisaProcessSetCompletedDto