From 843cc2ea1b104ecdf9da61318a4136a5d4096411 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期五, 24 四月 2026 11:07:21 +0800
Subject: [PATCH] 集成Quartz定时任务,支持NG出库自动化及WMS/WCS接口扩展
---
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/WMSTaskDTO.cs | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/WMSTaskDTO.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/WMSTaskDTO.cs
index 063fbb7..d5a081e 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/WMSTaskDTO.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/WMSTaskDTO.cs
@@ -1,4 +1,5 @@
-锘縰sing System;
+锘縰sing SqlSugar;
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -49,8 +50,18 @@
public string TargetAddress { get; set; }
/// <summary>
+ /// 涓嬩竴浣嶇疆
+ /// </summary>
+ public string NextAddress { get; set; }
+
+ /// <summary>
/// 浼樺厛绾�
/// </summary>
public int Grade { get; set; }
+
+ /// <summary>
+ /// 澶� 娉�: 鎵樼洏浜х嚎
+ ///</summary>
+ public string? ProductionLine { get; set; }
}
}
\ No newline at end of file
--
Gitblit v1.9.3