From 080741e0b917dc382ecba31c4b19fca1aa772bfd Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 15 四月 2025 17:43:13 +0800 Subject: [PATCH] 增加上架单据信息 --- Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs b/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs index a21465b..5119042 100644 --- a/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs +++ b/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs @@ -31,6 +31,10 @@ /// </summary> public string ItemCode { get; set; } /// <summary> + /// 鍗曟嵁鍙� + /// </summary> + public string OrderNo { get; set; } + /// <summary> /// 褰撳墠鎿嶄綔闇�瑕佹彁浜ょ殑閫夐」 /// </summary> public Dictionary<string, string> Options { get; set; } = new Dictionary<string, string>(); @@ -82,11 +86,6 @@ public string BatchNo { get; set; } public double BatchQty { get; set; } public List<RePrintLabelEntity> SnList { get; set; }=new List<RePrintLabelEntity>(); - } - - public class PrintSemiProdLabelEntity: RePrintLabelBase - { - } public class RePrintLabelEntity -- Gitblit v1.9.3