From 74aed18cfdf771b99d85dab59f5dc587123f4400 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期五, 09 五月 2025 10:43:56 +0800
Subject: [PATCH] 来料打印生成收货单修改

---
 Tiger.Model.Net/Entitys/Minsun/InputBarcodeDto.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/Minsun/InputBarcodeDto.cs b/Tiger.Model.Net/Entitys/Minsun/InputBarcodeDto.cs
index 5269bae..a899c6c 100644
--- a/Tiger.Model.Net/Entitys/Minsun/InputBarcodeDto.cs
+++ b/Tiger.Model.Net/Entitys/Minsun/InputBarcodeDto.cs
@@ -21,12 +21,12 @@
         public DateTime LotDate { get; set; }
         public string LotNo { get; set; }
         public int? PeriodDays { get; set; }
-        public decimal LotQty { get; set; }
+        public double LotQty { get; set; }
         public bool FIFO { get; set; }
-        public decimal? SafeStorageQty { get; set; }
+        public double? SafeStorageQty { get; set; }
         public string StateFlag { get; set; }
         public bool IsBox { get; set; }
-        public List<Tuple<string, decimal>> SnList { get; set; }
+        public List<Tuple<string, double>> SnList { get; set; }
         public List<InputAsnLineDto> AsnLineList { get; set; }
         public string PalletNo { get; set; }
         public string CartonNo { get; set; }
@@ -40,7 +40,7 @@
         public string SmallBarcode { get; set; }
         public string BigBarcode { get; set; }
         public string OuterBarcode { get; set; }
-        public decimal IncludeQty { get; set; }
+        public double IncludeQty { get; set; }
 
     }
 
@@ -53,7 +53,7 @@
         public string PoErpNo { get; set; }
         public string PoLineNo { get; set; }
         public int PoErpLine { get; set; }
-        public decimal DeliveryQty { get; set; }
+        public double DeliveryQty { get; set; }
         public int Status { get; set; }
 
     }

--
Gitblit v1.9.3