From d52357b1173b5bba11a9401a909cc776c0cff1d1 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期一, 01 十一月 2021 13:44:54 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/SRM-WEBAPI

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

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index f3484dc..6622480 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -193,6 +193,7 @@
     <Compile Include="App_Start\WebApiConfig.cs" />
     <Compile Include="BLL\WebServer.cs" />
     <Compile Include="Code\Common.cs" />
+    <Compile Include="Code\LogService.cs" />
     <Compile Include="Code\Test2.cs" />
     <Compile Include="Code\TestDAL.cs" />
     <Compile Include="Controllers\BarCodeController.cs" />
@@ -201,9 +202,13 @@
     <Compile Include="Controllers\PODemandPlanController.cs" />
     <Compile Include="Controllers\EntrustOrderController.cs" />
     <Compile Include="Controllers\POOrderController.cs" />
+    <Compile Include="Controllers\PublicPageMethodController.cs" />
     <Compile Include="Controllers\ReportController.cs" />
+    <Compile Include="DLL\ClsCg_POInStockBills.cs" />
     <Compile Include="ListModels.cs" />
     <Compile Include="Models\ClsCg_POInStockBill.cs" />
+    <Compile Include="Models\ClsCg_POInStockBillMains.cs" />
+    <Compile Include="Models\ClsCg_POInStockBillSubs.cs" />
     <Compile Include="Models\json.cs" />
     <Compile Include="Controllers\WebAPIController.cs" />
     <Compile Include="Global.asax.cs">

--
Gitblit v1.9.1