Parcourir la Source

新增工单新控制器

zhoufan il y a 4 ans
Parent
commit
edfcc6c62c

+ 1 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/CallCenterApi.Interface.csproj

@@ -261,6 +261,7 @@
261 261
     <Compile Include="Controllers\workorder\NoticeCriticismController.cs" />
262 262
     <Compile Include="Controllers\workorder\ShangQiuWorkOrderController.cs" />
263 263
     <Compile Include="Controllers\workorder\WorkOrderController.cs" />
264
+    <Compile Include="Controllers\workorder\WorkOrderNewController.cs" />
264 265
     <Compile Include="Controllers\workorder\WOVisitRecordsController.cs" />
265 266
     <Compile Include="Global.asax.cs">
266 267
       <DependentUpon>Global.asax</DependentUpon>

Fichier diff supprimé car celui-ci est trop grand
+ 1025 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderNewController.cs