From 990807a09cf35a73b20e213a4df82acddec40f4b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 04 三月 2025 00:58:15 +0800 Subject: [PATCH] 雅达-更改多个文件中的数据类型和属性 --- Tiger.Model.Net/Entitys/WMS/Api/RePrint_Entitys.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/Api/RePrint_Entitys.cs b/Tiger.Model.Net/Entitys/WMS/Api/RePrint_Entitys.cs index 747ca89..af6ed48 100644 --- a/Tiger.Model.Net/Entitys/WMS/Api/RePrint_Entitys.cs +++ b/Tiger.Model.Net/Entitys/WMS/Api/RePrint_Entitys.cs @@ -34,7 +34,14 @@ public string ItemDesc { get; set; } public string DocNo { get; set; } public string WorkOrder { get; set; } + public string WoBatch { get; set; } public decimal PackQty { get; set; } public decimal Qty { get; set; } } + + public class SemiTemplateQty + { + public double PackQty { get; set; } + public double CompleteQty { get; set; } + } } -- Gitblit v1.9.3