1
z8018
2025-04-16 1f361850d35ba47225951efbc49d592eea685cf8
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_Container.cs
@@ -21,8 +21,11 @@
        /// <summary>
        /// ç¼–号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "编号")]
        [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "编码")]
        public string ContainerCode { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "编号")]
        public int ContainerNo { get; set; }
        /// <summary>
        /// ç±»åž‹
@@ -54,6 +57,12 @@
        [SugarColumn(IsNullable = false, ColumnDescription = "高")]
        public int ContainerHeight { get; set; }
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设备编号")]
        public string DeviceCode { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "是否启用")]
        public bool ContainerEnable { get; set; }
        /// <summary>
        /// æŽ’序
        /// </summary>