1
hutongqing
2024-08-30 2cc4dfef234b47bef364edf798b5051a25f33217
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
    }
}