From e11e9f587dd58f06df076b4b95141d50019e0ba0 Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期一, 18 十一月 2024 16:38:08 +0800 Subject: [PATCH] 钉钉OA导入异常工时单 --- 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