From 15c6d7dec741a03bd7a84c3948fdc2a89e036395 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 10 十一月 2023 13:24:24 +0800
Subject: [PATCH] 1.生产加工单打印次数接口 2.工艺路线批量关联产品接口 3.修复用户所属班组绑定关系写入关系表

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

diff --git a/VueWebApi/Models/ScanStartReportData.cs b/VueWebApi/Models/ScanStartReportData.cs
index 87595a3..671b854 100644
--- a/VueWebApi/Models/ScanStartReportData.cs
+++ b/VueWebApi/Models/ScanStartReportData.cs
@@ -7,6 +7,8 @@
 {
     public class ScanStartReportData
     {
+        public string saleOrderCode { get; set; }//閿�鍞鍗曞彿
+        public string m_po { get; set; }//璁㈠崟缂栧彿
         public string wo_code { get; set; }  //宸ュ崟缂栧彿
         public string partnumber { get; set; } //浜у搧缂栫爜
         public string partname { get; set; } //浜у搧鍚嶇О

--
Gitblit v1.9.3