From 342cd4fd9408e9892ee0938e5220f12cd5b4161e Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期二, 27 四月 2021 16:45:53 +0800
Subject: [PATCH] 新增返回系统日志、系统用户、系统参数、系统模块、会计期间、用户角色、会计期间等列表信息方法模块

---
 WebAPI/WebAPI.csproj |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 387a1ec..d104e8d 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -326,6 +326,12 @@
     <Compile Include="Controllers\BaseSet\Gy_SupplierController.cs" />
     <Compile Include="Controllers\BaseSet\Gy_PropertyController.cs" />
     <Compile Include="Controllers\BaseSet\Gy_WarehouseController.cs" />
+    <Compile Include="Controllers\BLL\Xt_AccountPeriodController.cs" />
+    <Compile Include="Controllers\BLL\Xt_BillTypeController.cs" />
+    <Compile Include="Controllers\BLL\Xt_UserGroupController.cs" />
+    <Compile Include="Controllers\BLL\Xt_XtgnbController.cs" />
+    <Compile Include="Controllers\BLL\Xt_SystemParameterController.cs" />
+    <Compile Include="Controllers\BLL\Xt_UserController.cs" />
     <Compile Include="Controllers\BLL\Xt_SystemLogController.cs" />
     <Compile Include="Controllers\CGGL\Cg_POOrderBillController.cs" />
     <Compile Include="Controllers\CGGL\WW_EntrustOrderBillController.cs" />

--
Gitblit v1.9.1