1
hutongqing
2025-01-02 8c6fd742db249ad4cc819cf041eb98d880a3ef73
WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_Router.cs
@@ -10,6 +10,9 @@
namespace WIDESEAWCS_QuartzJob.Models
{
    /// <summary>
    /// 设备路由配置
    /// </summary>
    [SugarTable(nameof(Dt_Router), "设备路由配置")]
    public class Dt_Router : BaseEntity
    {
@@ -43,7 +46,7 @@
        [ImporterHeader(Name = "路由类型")]
        [ExporterHeader(DisplayName = "路由类型")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "路由类型")]
        public RouterInOutType InOutType { get; set; }
        public int InOutType { get; set; }
        /// <summary>
        /// 子位置