1
wangxinhui
2 天以前 cb3907de90eef531df10a078149b29c55ff86401
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_MesRworkOutboundOrder.cs
@@ -42,12 +42,6 @@
        public string TaskNo { get; set; }
        /// <summary>
        /// å•据数量
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "单据数量")]
        public float OrderQuantity { get; set; }
        /// <summary>
        /// é”å®šæ•°é‡
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "锁定数量", DefaultValue = "0")]
@@ -99,10 +93,15 @@
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "周期")]
        public string DateCode { get; set; }
        /// <summary>
        /// éœ€æ±‚数量
        /// éœ€æ±‚PCS数量
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "需求数量", DefaultValue = "0")]
        public float RequiredQuantity { get; set; }
        /// <summary>
        /// éœ€æ±‚SET数量
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "需求数量", DefaultValue = "0")]
        public float RequiredSetCount { get; set; }
        /// <summary>
        /// å·¥åŽ‚
        /// </summary>
@@ -113,10 +112,5 @@
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "销售订单")]
        public string SaleOrder { get; set; }
        /// <summary>
        /// åº“存类型
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "库存类型", IsOnlyIgnoreUpdate = true)]
        public int InventoryType { get; set; }
    }
}