1
huangxiaoqiang
10 天以前 dda095e27b535d5748340f127c5f83c0d1324226
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Order/Dt_OrderOutDetails.cs
@@ -36,6 +36,18 @@
        public int OrderType { get; set; }
        /// <summary>
        /// ERP单据唯一键
        /// </summary>
        [SugarColumn(ColumnName = "ERPOrderId", Length = 255)]
        public string ERPOrderId { get; set; }
        /// <summary>
        /// ç‰©æ–™ID
        /// </summary>
        [SugarColumn(ColumnName = "MaterielID", Length = 255)]
        public string MaterielID { get; set; }
        /// <summary>
        /// ç‰©æ–™ç¼–码
        /// </summary>
        [SugarColumn(ColumnName = "MaterielCode", Length = 255)]
@@ -48,6 +60,13 @@
        public string MaterielName { get; set; }
        /// <summary>
        /// ä»“库ID
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "WareHouseId")]
        public string WareHouseId { get; set; }
        /// <summary>
        /// æ‰€åœ¨ä»“库
        /// </summary>
        [SugarColumn(ColumnName = "Warehouse", Length = 255)]
@@ -58,6 +77,11 @@
        /// </summary>
        [SugarColumn(ColumnName = "AllocateWarehouse",Length =255)]
        public string AllocateWarehouse { get; set; }
        /// <summary>
        /// è°ƒæ‹¨ä»“库Id
        /// </summary>
        [SugarColumn(ColumnName = "AllocateWarehouseId", Length = 255)]
        public string AllocateWarehouseId { get; set; }
        /// <summary>
        /// å‡ºåº“数量