leiqunqing
2026-03-05 891207469b41c23d22805876a4e179d75832572f
代码管理/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ScanStation.cs
@@ -59,62 +59,5 @@
        [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "鏄惁鎵爜")]
        public int IsScanned { get; set; }
        ///// <summary>
        ///// 闆朵欢鏁伴噺
        ///// </summary>
        //[SugarColumn(IsNullable = true, ColumnDescription = "闆朵欢鏁伴噺")]
        //public int StationComponentQty { get; set; }
        ///// <summary>
        ///// 闆朵欢1
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢1")]
        //public string StationComponent1 { get; set; }
        ///// <summary>
        ///// 闆朵欢2
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢2")]
        //public string StationComponent2 { get; set; }
        ///// <summary>
        ///// 闆朵欢3
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢3")]
        //public string StationComponent3 { get; set; }
        ///// <summary>
        ///// 闆朵欢4
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢4")]
        //public string StationComponent4 { get; set; }
        ///// <summary>
        ///// 闆朵欢5
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢5")]
        //public string StationComponent5 { get; set; }
        ///// <summary>
        ///// 闆朵欢6
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢6")]
        //public string StationComponent6 { get; set; }
        ///// <summary>
        ///// 闆朵欢7
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢7")]
        //public string StationComponent7 { get; set; }
        ///// <summary>
        ///// 闆朵欢8
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢8")]
        //public string StationComponent8 { get; set; }
        ///// <summary>
        ///// 闆朵欢9
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢9")]
        //public string StationComponent9 { get; set; }
        ///// <summary>
        ///// 闆朵欢10
        ///// </summary>
        //[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢10")]
        //public string StationComponent10 { get; set; }
    }
}