From bb7674ae832876c2e247fe6658b32456515ef827 Mon Sep 17 00:00:00 2001
From: chenhaozhe <gaozhechen26@gmail.com>
Date: 星期一, 04 八月 2025 22:11:11 +0800
Subject: [PATCH] 恢复误修改的文件
---
WebAPI/Models/ClsGy_ProcPrice.cs | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Models/ClsGy_ProcPrice.cs b/WebAPI/Models/ClsGy_ProcPrice.cs
index 176a764..ed275eb 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; }
@@ -30,6 +30,16 @@
public long HItemID { get; set; }
+ public Int64 HWorkCenterID{ get; set; } //宸ヤ綔涓績锛圙y_WorkCenter锛�
+ public double HWorkQty{ get; set; } //灏忔椂浜ц兘
+ public double HStdEmp{ get; set; } //鏍囧噯浜哄姏
+ public double HChangeTimes{ get; set; } //鎹㈢嚎鏃堕棿
+ public double HChangeMoney{ get; set; } //鎹㈢嚎琛ヨ创
+ public Int64 HProcNo{ get; set; } //宸ヨ壓璺嚎娴佹按鍙�
+ public double HPieceTimes{ get; set; } //鍗曚欢鍔犲伐鏃堕棿锛堝瓧娈靛彲鑳藉凡缁忓瓨鍦ㄤ簡锛�
+ public double HMouldQty{ get; set; } //妯″叿鏁伴噺
+ public double HChangeMouldMoney{ get; set; } //鎹㈡ā琛ヨ创
+ public double HRushQty{ get; set; } //鍗曚欢鍐叉娆℃暟
}
}
\ No newline at end of file
--
Gitblit v1.9.1