From 1b7d474add778ac342486beccc63081e9e29f504 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 11 十一月 2022 16:45:43 +0800
Subject: [PATCH] 生产管理,修改报工保存接口,生产工单删除接口开发

---
 VueWebApi/Models/UpdateProductReport.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/Models/UpdateProductReport.cs b/VueWebApi/Models/UpdateProductReport.cs
index 7a260d4..85ddc13 100644
--- a/VueWebApi/Models/UpdateProductReport.cs
+++ b/VueWebApi/Models/UpdateProductReport.cs
@@ -28,8 +28,11 @@
         public string usercode { get; set; }  //鎶ュ伐浜哄憳缂栫爜
         public string report_date { get; set; }  //鎶ュ伐鏃堕棿
         public string report_qty { get; set; }  //鎶ュ伐鏁伴噺
+        public string report_dvalue { get; set; } //鎶ュ伐鏁伴噺宸��
         public string ng_qty { get; set; }  //涓嶈壇鏁伴噺
+        public string ng_dvalue { get; set; } //涓嶈壇鏁伴噺宸��
         public string bad_qty { get; set; }  //鎶ュ簾鏁伴噺
+        public string bad_dvalue { get; set; }  //鎶ュ簾鏁伴噺宸��
         public string bad_money { get; set; }  //鎶ュ簾閲戦
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3