From 8c6fd742db249ad4cc819cf041eb98d880a3ef73 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期四, 02 一月 2025 15:09:07 +0800 Subject: [PATCH] 1 --- WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DTO/DispatchInfoDTO.cs | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DTO/DispatchInfoDTO.cs b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DTO/DispatchInfoDTO.cs index c71c84a..2010003 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DTO/DispatchInfoDTO.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DTO/DispatchInfoDTO.cs @@ -24,6 +24,9 @@ namespace WIDESEAWCS_QuartzJob.DTO { + /// <summary> + /// 璋冨害鏈嶅姟閰嶇疆DTO + /// </summary> public class DispatchInfoDTO : Dt_DispatchInfo { /// <summary> @@ -41,8 +44,9 @@ /// </summary> public string DeviceType { get; set; } + /// <summary> + /// 鍚敤/绂佺敤 + /// </summary> public string Enable { get; set; } - - } } -- Gitblit v1.9.3