From 6b8782c6810660751b40d284d40ea7a13656c5b7 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 05 九月 2022 20:04:13 +0800
Subject: [PATCH] 设备点检记录功能、大岛车间综合看板接口变更、工单批量关闭查询,提交
---
VueWebApi/Models/ScanStartReportData.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/Models/ScanStartReportData.cs b/VueWebApi/Models/ScanStartReportData.cs
index fc3e82c..cf9c948 100644
--- a/VueWebApi/Models/ScanStartReportData.cs
+++ b/VueWebApi/Models/ScanStartReportData.cs
@@ -12,6 +12,7 @@
public string partname { get; set; } //浜у搧鍚嶇О
public string partspec { get; set; } //浜у搧瑙勬牸
+ public string seq { get; set; } //褰撳墠宸ュ簭搴忓彿
public string stepcode { get; set; } //褰撳墠宸ュ簭缂栫爜
public string stepname { get; set; } //褰撳墠宸ュ簭
public string nextstepcode { get; set; } //涓嬮亾宸ュ簭缂栫爜
--
Gitblit v1.9.3