From cfb3f2c7e9cde8cc2eb2a19263d0802c0c5410a3 Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期一, 06 四月 2026 15:41:04 +0800
Subject: [PATCH] mes接口

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IFillingOrderService.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IFillingOrderService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IFillingOrderService.cs"
index 5e1be9e..6bece7f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IFillingOrderService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IFillingOrderService.cs"
@@ -7,6 +7,7 @@
 using WIDESEA_Core;
 using WIDESEA_Core.BaseServices;
 using WIDESEA_DTO.Basic;
+using WIDESEA_DTO.MES;
 using WIDESEA_Model.Models.Basic;
 using WIDESEAWCS_Model.Models.TaskInfo;
 
@@ -16,7 +17,7 @@
     {
 
         //娣诲姞浜岀淮鐮佷俊鎭�
-        WebResponseContent InsertFilling(FillingOrder fillingOrder);
+        Messages InsertFilling(FillingOrder fillingOrder);
 
         //鏍规嵁鍗曞彿淇敼浜岀淮鐮佷俊鎭姸鎬�
         WebResponseContent UpdateFilling(string FillingNumber);

--
Gitblit v1.9.3