From b3c3ff090a01254382b82340b45a80822af86af0 Mon Sep 17 00:00:00 2001
From: jinghz@oceic.com <jinghz@oceic.com>
Date: 星期三, 30 八月 2023 10:11:55 +0800
Subject: [PATCH] 奥邦箱号规则改变,改为获取服务器日期来生成箱号

---
 WebAPI/Models/StationBill.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index 1e80503..d98c0e0 100644
--- a/WebAPI/Models/StationBill.cs
+++ b/WebAPI/Models/StationBill.cs
@@ -74,5 +74,7 @@
         public long HMainInterID { get; set; }
         public long HPRDOrgID { get; set; }
         public double HmaterOutqty { get; set; }
+        public double HProcPriceRate { get; set; }
+        public int HTemporaryAreaID { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1