From e83c793bebdb1b9ecdcd79fab8d83fd167baa817 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 19 一月 2026 15:51:56 +0800
Subject: [PATCH] 盘点流程

---
 WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs b/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
index 5747dac..03e6886 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
@@ -7,21 +7,24 @@
 
 namespace WIDESEA_StockService
 {
-    public class StockSerivce:IStockService
+    public class StockSerivce : IStockService
     {
         public IStockInfoDetailService StockInfoDetailService { get; }
 
         public IStockInfoService StockInfoService { get; }
+
+        public IStockInfoDetailCPService StockInfoServiceCPService { get; }
         public IStockInfoDetail_HtyService StockInfoDetail_HtyService { get; }
 
         public IStockInfo_HtyService StockInfo_HtyService { get; }
 
-        public StockSerivce(IStockInfoDetailService stockInfoDetailService, IStockInfoService stockInfoService, IStockInfoDetail_HtyService stockInfoDetail_HtyService, IStockInfo_HtyService stockInfo_HtyService)
+        public StockSerivce(IStockInfoDetailService stockInfoDetailService, IStockInfoService stockInfoService, IStockInfoDetail_HtyService stockInfoDetail_HtyService, IStockInfo_HtyService stockInfo_HtyService, IStockInfoDetailCPService stockInfoDetailCPService)
         {
             StockInfoDetailService = stockInfoDetailService;
             StockInfoService = stockInfoService;
             StockInfoDetail_HtyService = stockInfoDetail_HtyService;
             StockInfo_HtyService = stockInfo_HtyService;
+            StockInfoServiceCPService = stockInfoDetailCPService;
         }
     }
 }

--
Gitblit v1.9.3