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/DeviceBase/DataLengthAttribute.cs | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/DataLengthAttribute.cs b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/DataLengthAttribute.cs index 8be1e83..bd7676c 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/DataLengthAttribute.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/DataLengthAttribute.cs @@ -23,14 +23,23 @@ namespace WIDESEAWCS_QuartzJob.DeviceBase { + /// <summary> + /// 瀛楃涓查暱搴︾壒鎬� + /// </summary> [AttributeUsage(AttributeTargets.Property)] public class DataLengthAttribute : Attribute { - public DataLengthAttribute(ushort dataLength) + /// <summary> + /// 鏋勯�犲嚱鏁� + /// </summary> + public DataLengthAttribute(ushort dataLength) { DataLength = dataLength; } + /// <summary> + /// 瀛楃涓查暱搴� + /// </summary> public ushort DataLength { get; set; } } } -- Gitblit v1.9.3