From c701f4c3a21a159e9b1efcfc6e9c4769e87b1e6f Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 18 四月 2024 20:15:56 +0800 Subject: [PATCH] 盟祺-按出货单出货和退回更新 --- Tiger.Model.Net/Entitys/WMS/MengQi/SNData_His.cs | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/MengQi/SNData_His.cs b/Tiger.Model.Net/Entitys/WMS/MengQi/SNData_His.cs index 098e54d..1de6533 100644 --- a/Tiger.Model.Net/Entitys/WMS/MengQi/SNData_His.cs +++ b/Tiger.Model.Net/Entitys/WMS/MengQi/SNData_His.cs @@ -104,6 +104,18 @@ _customercode = value; } } + private string _DeliveryNo = null; + public string DeliveryNo + { + get + { + return _DeliveryNo; + } + set + { + _DeliveryNo = value; + } + } } public class SNDataWhere @@ -111,5 +123,8 @@ public string strStartEnd { get; set; } public string model { get; set; } public string customerCode { get; set; } + public string deliveryNo { get; set; } + public string custParam1 { get; set; } + public string custParam2 { get; set; } } } -- Gitblit v1.9.3