1
hutongqing
2025-01-02 8c6fd742db249ad4cc819cf041eb98d880a3ef73
WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DTO/DeviceProDTO.cs
@@ -24,6 +24,9 @@
namespace WIDESEAWCS_QuartzJob.DTO
{
    /// <summary>
    /// 设备协议信息DTO
    /// </summary>
    public class DeviceProDTO
    {
        /// <summary>
@@ -31,6 +34,9 @@
        /// </summary>
        public int DeviceProId { get; set; }
        /// <summary>
        /// 设备PLC类型
        /// </summary>
        public string DevicePlcType { get; set; }
        /// <summary>