zhoufan лет назад: 4
Родитель
Сommit
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>

Разница между файлами не показана из-за своего большого размера
+ 1025 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderNewController.cs