From 129f59bafb9f67144720dcf6563401655f9e3aae Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 14 十一月 2023 17:51:17 +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