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/ClsGy_ProcPrice.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Models/ClsGy_ProcPrice.cs b/WebAPI/Models/ClsGy_ProcPrice.cs
index 176a764..c45aa5c 100644
--- a/WebAPI/Models/ClsGy_ProcPrice.cs
+++ b/WebAPI/Models/ClsGy_ProcPrice.cs
@@ -10,7 +10,7 @@
         public long HMaterIDCol { get; set; }
         public long HProcIDCol { get; set; }
         public long HSourceIDCol { get; set; }
-        public long HPriceCol { get; set; }
+        public decimal HPriceCol { get; set; }
 
         public DateTime HBeginDateCol { get; set; }
 

--
Gitblit v1.9.1