From ab2076893b8df3c14f1a126d47e9eee132a38f4b Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 24 三月 2026 10:31:51 +0800
Subject: [PATCH] Implement protocol template monitoring and simulator management UI
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockDTO.cs | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockDTO.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockDTO.cs
index 4a058d5..c632ec2 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockDTO.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockDTO.cs
@@ -1,7 +1,14 @@
锘縩amespace WIDESEA_DTO.Stock
{
+ /// <summary>
+ ///
+ /// </summary>
public class StockDTO
{
+ /// <summary>
+ /// 鏈烘鎵嬪贩閬撶紪鍙�
+ /// </summary>
+ public string? Roadway { get; set; } = string.Empty;
/// <summary>
/// 鏉ユ簮鎵樼洏鍙�
/// </summary>
@@ -28,6 +35,9 @@
public List<StockDetailDTO> Details { get; set; } = new List<StockDetailDTO>();
}
+ /// <summary>
+ ///
+ /// </summary>
public class StockDetailDTO
{
/// <summary>
--
Gitblit v1.9.3