1
z8018
2 天以前 6e7f192546903b04d2d37e852dd9b248e938c790
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_Container.cs
@@ -24,6 +24,9 @@
        [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "编码")]
        public string ContainerCode { get; set; }
        /// <summary>
        /// ç¼–号
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "编号")]
        public int ContainerNo { get; set; }
@@ -57,9 +60,15 @@
        [SugarColumn(IsNullable = false, ColumnDescription = "高")]
        public int ContainerHeight { get; set; }
        /// <summary>
        /// è®¾å¤‡ç¼–号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设备编号")]
        public string DeviceCode { get; set; }
        /// <summary>
        /// æ˜¯å¦å¯ç”¨
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "是否启用")]
        public bool ContainerEnable { get; set; }
@@ -69,6 +78,9 @@
        [SugarColumn(IsNullable = false, ColumnDescription = "排序")]
        public int ContainerSort { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "排序")]
        public int ContainerMaxWidth { get; set; }
        /// <summary>
        /// å¤‡æ³¨
        /// </summary>