From 67a94ac386bac7d1eed0f3910895399afe822377 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 16 四月 2021 08:56:15 +0800
Subject: [PATCH] 新增采购订单、委外订单、收料通知单、退料通知单、销售订单、发货通知单、退货通知单等单据列表数据获取方法模块

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

diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj
index 373275c..4cf5f75 100644
--- a/WebAPI/WebAPI.csproj
+++ b/WebAPI/WebAPI.csproj
@@ -325,6 +325,10 @@
     <Compile Include="Controllers\BaseSet\Gy_SourceController.cs" />
     <Compile Include="Controllers\BaseSet\Gy_SupplierController.cs" />
     <Compile Include="Controllers\BaseSet\Gy_WarehouseController.cs" />
+    <Compile Include="Controllers\CGGL\Cg_POOrderBillController.cs" />
+    <Compile Include="Controllers\CGGL\WW_EntrustOrderBillController.cs" />
+    <Compile Include="Controllers\CGGL\Cg_POInStockBillController.cs" />
+    <Compile Include="Controllers\CGGL\Cg_POInStockBackBillController.cs" />
     <Compile Include="Controllers\CJGL\Cj_NoPassProcController.cs" />
     <Compile Include="Controllers\CJGL\Cj_StationEntrustOutBillController.cs" />
     <Compile Include="Controllers\Sc_ProcessMangementController.cs" />
@@ -335,6 +339,9 @@
     <Compile Include="Controllers\SCGL\Sc_ICMOReportBillController.cs" />
     <Compile Include="Controllers\SCGL\Sc_PPBomBillController.cs" />
     <Compile Include="Controllers\Sc_CheckToolsRepairWorkBillController.cs" />
+    <Compile Include="Controllers\XSGL\Xs_SeOutStockBackBillController.cs" />
+    <Compile Include="Controllers\XSGL\Xs_SeOutStockBillController.cs" />
+    <Compile Include="Controllers\XSGL\Xs_SeOrderBillController.cs" />
     <Compile Include="Dapper\SqlHelper.cs" />
     <Compile Include="Dapper\SqlPools.cs" />
     <Compile Include="DbUntil\DataFormatUntil.cs" />

--
Gitblit v1.9.1