From d64dbe4c33c31a4e16dd11fcbdb80eb6a359e53d Mon Sep 17 00:00:00 2001 From: hehaibing-1996 Date: Tue, 5 Nov 2024 08:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0SN=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WCS.Model/ApiModel/MXL4/SysOrderMXL4Request.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WCS.Model/ApiModel/MXL4/SysOrderMXL4Request.cs b/WCS.Model/ApiModel/MXL4/SysOrderMXL4Request.cs index 1b7e17f..56242eb 100644 --- a/WCS.Model/ApiModel/MXL4/SysOrderMXL4Request.cs +++ b/WCS.Model/ApiModel/MXL4/SysOrderMXL4Request.cs @@ -61,6 +61,11 @@ namespace WCS.Model.ApiModel.MXL4 /// public string MatBatch { get; set; } + /// + /// 物料SN + /// + public string MatSN { get; set; } + /// /// 数量 ///