yanjinhui
5 天以前 79cea1bc2685b73f2f6a29379f37580ca1a38c79
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_HKLocationInfo.cs
@@ -33,6 +33,12 @@
        public string LocationCode {  get; set; }
        /// <summary>
        /// æ‰˜ç›˜ç¼–号
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "托盘编号")]
        public string PalletCode { get; set; }
        /// <summary>
        /// è´§ä½åç§°
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "货位名称")]
@@ -69,7 +75,7 @@
        public int Depth {  get; set; }
        /// <summary>
        /// è´§ä½ç±»åž‹
        /// è´§ä½ç±»åž‹ 1大 3小
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "货位类型")]
        public int LocationType {  get; set; }