Admin
2026-03-23 f679f58dba34055bd579a603762c13fbe1650c9b
ÏîÄ¿´úÂë/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Dt_PlatformStation.cs
@@ -13,14 +13,14 @@
        /// <summary>
        /// ç«™å°ç¼–号
        /// </summary>
        [SugarColumn( ColumnDescription = "站台编号")]
        [SugarColumn(IsNullable = true,Length =500, ColumnDescription = "站台编号")]
        public string Station_code { get; set; }
        /// <summary>
        /// ç±»åž‹
        /// </summary>
        [SugarColumn( ColumnDescription = "站台类型")]
        [SugarColumn(IsNullable = true, ColumnDescription = "站台类型")]
        public int Station_material { get; set; }
        /// <summary>
@@ -33,20 +33,20 @@
        /// <summary>
        /// å †åž›æœºå–放货站台
        /// </summary>
        [SugarColumn( ColumnDescription = "堆垛机取放货站台")]
        [SugarColumn(IsNullable = true,Length =50, ColumnDescription = "堆垛机取放货站台")]
        public string Station_storey { get; set; }
        /// <summary>
        /// ç«™å°æ‰€å±žè®¾å¤‡
        /// </summary>
        [SugarColumn(Length = 50, ColumnDescription = "站台所属设备")]
        [SugarColumn(IsNullable = true,Length = 50, ColumnDescription = "站台所属设备")]
        public string ChildPosiDeviceCode { get; set; }
        /// <summary>
        /// ä»“库id
        /// </summary>
        [SugarColumn(ColumnDescription = "仓库id")]
        [SugarColumn(IsNullable = true, ColumnDescription = "仓库id")]
        public int ro_id { get; set; }
    }
}