hutongqing
2024-08-21 b5bc0d6eb2d2e55ea830a1b286252b9754cbf8e9
WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceEnum/DeviceStatus.cs
@@ -17,6 +17,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
@@ -28,11 +29,13 @@
        /// <summary>
        /// 禁用
        /// </summary>
        [Description("禁用")]
        Disable,
        /// <summary>
        /// 启用
        /// </summary>
        [Description("启用")]
        Enable
    }
}