From 43359f6961b46609804d35e4258f18f2cd89d61d Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期六, 06 五月 2023 09:17:13 +0800
Subject: [PATCH] 工序流转卡添加字段 拆分总量 分缸号

---
 WebAPI/Models/HSouceOrderList.cs |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Models/HSouceOrderList.cs b/WebAPI/Models/HSouceOrderList.cs
index 565e388..4abde9e 100644
--- a/WebAPI/Models/HSouceOrderList.cs
+++ b/WebAPI/Models/HSouceOrderList.cs
@@ -61,5 +61,13 @@
         public string HShowDate{get;set;} // "鏃ユ湡";
         public string HInnerBillNo{get;set;} // "鍐呴儴閲囪喘璁㈠崟鍙�";
         public string HMaker{get;set;} // "鍒跺崟浜�";
-        }
+
+        public decimal HAuxQty { get; set; } //"璐熻矗鏁伴噺";
+        public string HFurnaceNO { get; set; } //"鐐夊彿";
+        public string HCoilNO { get; set; } //"閽㈠嵎鍙�";
+        public string HheatNO { get; set; } //"鐑鐞嗗彿";
+        public string HFactory { get; set; } //"鍘傚晢";
+        public DateTime HProduceDate { get; set; } //"鐢熶骇鏃ユ湡";
+        public DateTime HExpiryDate { get; set; } //"淇濊川鏈熻嚦";
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1