Kaynağa Gözat

添加表单签入

gaobingyue 5 yıl önce
ebeveyn
işleme
de148b1124

+ 2 - 0
codegit/CallCenterApi/CallCenterApi.BLL/CallCenterApi.BLL.csproj

@@ -63,6 +63,8 @@
63 63
     <Compile Include="T_Sys_AccessLog.cs" />
64 64
     <Compile Include="T_Sys_Accessories.cs" />
65 65
     <Compile Include="T_Sys_Area.cs" />
66
+    <Compile Include="T_Sys_ATheChangeLog.cs" />
67
+    <Compile Include="T_Sys_BTheChangeLog.cs" />
66 68
     <Compile Include="T_Sys_Department.cs" />
67 69
     <Compile Include="T_Sys_DictionaryBase.cs" />
68 70
     <Compile Include="T_Sys_DictionaryValue.cs" />

+ 2 - 0
codegit/CallCenterApi/CallCenterApi.DAL/CallCenterApi.DAL.csproj

@@ -63,6 +63,8 @@
63 63
     <Compile Include="T_Sys_AccessLog.cs" />
64 64
     <Compile Include="T_Sys_Accessories.cs" />
65 65
     <Compile Include="T_Sys_Area.cs" />
66
+    <Compile Include="T_Sys_ATheChangeLog.cs" />
67
+    <Compile Include="T_Sys_BTheChangeLog.cs" />
66 68
     <Compile Include="T_Sys_Department.cs" />
67 69
     <Compile Include="T_Sys_DictionaryBase.cs" />
68 70
     <Compile Include="T_Sys_DictionaryValue.cs" />

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

@@ -173,6 +173,7 @@
173 173
     <Compile Include="Controllers\AccessLogController.cs" />
174 174
     <Compile Include="Controllers\AddressBookController.cs" />
175 175
     <Compile Include="Controllers\AreaController.cs" />
176
+    <Compile Include="Controllers\ATheChangeLogController.cs" />
176 177
     <Compile Include="Controllers\Base\BaseController.cs" />
177 178
     <Compile Include="Controllers\CallOutOptController.cs" />
178 179
     <Compile Include="Controllers\customer\CustomerController.cs" />

+ 2 - 0
codegit/CallCenterApi/CallCenterApi.Model/CallCenterApi.Model.csproj

@@ -66,6 +66,8 @@
66 66
     <Compile Include="T_Sys_AccessLog.cs" />
67 67
     <Compile Include="T_Sys_Accessories.cs" />
68 68
     <Compile Include="T_Sys_Area.cs" />
69
+    <Compile Include="T_Sys_ATheChangeLog.cs" />
70
+    <Compile Include="T_Sys_BTheChangeLog.cs" />
69 71
     <Compile Include="T_Sys_Department.cs" />
70 72
     <Compile Include="T_Sys_DictionaryBase.cs" />
71 73
     <Compile Include="T_Sys_DictionaryValue.cs" />