From eccda264142b905de36f93b4bac1da9136c19326 Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-5BIMHQ3>
Date: 星期四, 04 七月 2024 10:18:27 +0800
Subject: [PATCH] Merge branch 'wxw'
---
Wms/WMS.IBLL/IBllTransServer/INoticeServer.cs | 25 +++++++++++++++++++++++--
1 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.IBLL/IBllTransServer/INoticeServer.cs b/Wms/WMS.IBLL/IBllTransServer/INoticeServer.cs
index c7a25fd..e9448c5 100644
--- a/Wms/WMS.IBLL/IBllTransServer/INoticeServer.cs
+++ b/Wms/WMS.IBLL/IBllTransServer/INoticeServer.cs
@@ -1,4 +1,5 @@
-锘縰sing System;
+锘縰sing Model.InterFaceModel;
+using System;
using System.Collections.Generic;
using System.Text;
@@ -6,6 +7,26 @@
{
public interface INoticeServer
{
- public ErpModel CreateAsn(AsnInfo model);
+ /// <summary>
+ /// 涓嬪彂鍏ュ簱鍗�
+ /// </summary>
+ /// <param name="model"></param>
+ /// <returns></returns>
+ public ErpModel CreateAsnWork(AsnInfo model);
+
+ /// <summary>
+ /// 浠诲姟瀹屾垚鍙嶉
+ /// </summary>
+ /// <param name="TaskNo"></param>
+ /// <param name="Status"></param>
+ /// <returns></returns>
+ public ErpModel RCSFinishTask(string TaskNo, string Status);
+
+ /// <summary>
+ /// 涓嬪彂鍑哄簱鍗�
+ /// </summary>
+ /// <param name="model"></param>
+ /// <returns></returns>
+ public SoResInfo CreateSoWork(SoInfo model);
}
}
--
Gitblit v1.8.0