From 410623b6bef2fded32597584a2b8ae35224d6f27 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期日, 04 一月 2026 17:08:21 +0800
Subject: [PATCH] 1.生产报工自制、外协、不良 增加:销售单号 2.报工调整、报工审核 增加:销售单号 3.工序质检方案修改注释掉判断条件 4.设备清单增加  设备履历接口:DeviceManager/DeviceResumeSearch

---
 VueWebCoreApi/Models/ScanStartReportDataOut.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/VueWebCoreApi/Models/ScanStartReportDataOut.cs b/VueWebCoreApi/Models/ScanStartReportDataOut.cs
index 84b3a4a..368e577 100644
--- a/VueWebCoreApi/Models/ScanStartReportDataOut.cs
+++ b/VueWebCoreApi/Models/ScanStartReportDataOut.cs
@@ -8,6 +8,7 @@
     public class ScanStartReportDataOut
     {
         public string wo_code { get; set; }  //宸ュ崟缂栧彿
+        public string orderno { get; set; }  //璁㈠崟鍙�
         public string partnumber { get; set; } //浜у搧缂栫爜
         public string partname { get; set; } //浜у搧鍚嶇О
         public string partspec { get; set; } //浜у搧瑙勬牸

--
Gitblit v1.9.3