Explorar el Código

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

wangh hace 1 año
padre
commit
1ee28fe2d2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      OASystem/OASystem.Api/Controllers/ResourceController.cs

+ 4 - 0
OASystem/OASystem.Api/Controllers/ResourceController.cs

@@ -1452,5 +1452,9 @@ Inner Join Sys_Department as d With(Nolock) On u.DepId=d.Id Where m.Id={0} ", _m
     }
     #endregion
 
+        #region 公务出访
+
+        #endregion
+
 }