wangh hace 1 año
padre
commit
32b90afbbc
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

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