1
hutongqing
2025-01-24 2aef482fa7431fb47eef94081ff23ec220f89820
WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DTO/DeviceProtocolDetailDTO.cs
@@ -23,10 +23,19 @@
namespace WIDESEAWCS_QuartzJob.DTO
{
    /// <summary>
    /// 设备协议明细DTO
    /// </summary>
    public class DeviceProtocolDetailDTO
    {
        /// <summary>
        /// 设备类型
        /// </summary>
        public string DeviceType { get; set; }
        /// <summary>
        /// 参数名称
        /// </summary>
        public string DeviceProParamName { get; set; }
        /// <summary>