From 0240a7541baf6894dc4c9c62c553220677ea86df Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期六, 07 十月 2023 10:17:15 +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