heshaofeng
10 天以前 48710581fbbdd40eb3a743d91fa04e81531ba2ab
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_PickingRecord.cs
@@ -8,11 +8,11 @@
namespace WIDESEA_Model.Models
{
    /// <summary>
    /// æ‹£é€‰è®°å½•表
    /// </summary>
    [SugarTable(nameof(Dt_PickingRecord), "拣选记录表")]
    public class Dt_PickingRecord : BaseEntity
@@ -20,7 +20,7 @@
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
        public int Id { get; set; }
        public int TaskNo { get; set; }
        public int TaskNo { get; set; }
        public string OrderNo { get; set; }
        public int OrderDetailId { get; set; }
@@ -91,6 +91,10 @@
        ///</summary>
        [SugarColumn(ColumnName = "barcodemoveQty", ColumnDescription = "数量")]
        public decimal BarcodeMoveQty { get; set; }
        public int ReturnToMESStatus { get; set; }
        public string FeedBackMesDocumentNo { get; set; }
    }
@@ -112,7 +116,7 @@
        /// å›žåº“数量
        /// </summary>
        public decimal ReturnQty { get; set; }
        public DateTime ReturnTime { get; set; }
        /// <summary>
        /// 0-待回库 1-已回库
@@ -124,7 +128,7 @@
    /// æ‹†åŒ…记录表
    /// </summary>
    [SugarTable("Dt_SplitPackageRecord")]
    public class Dt_SplitPackageRecord: BaseEntity
    public class Dt_SplitPackageRecord : BaseEntity
    {
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
        public int Id { get; set; }
@@ -133,11 +137,13 @@
        public string PalletCode { get; set; }
        public int StockId { get; set; }
        public bool IsReverted { get; set; } = false;
        public bool IsAutoSplit { get; set; } = false;
        public int OutStockLockInfoId { get; set; } // å…³è”的出库锁定信息
        public string OriginalBarcode { get; set; } // åŽŸæ¡ç 
        public string NewBarcode { get; set; } // æ–°æ¡ç 
        public string FactoryArea { get; set; }
        public string FactoryArea { get; set; }
        /// <summary>
        /// æ‹†åˆ†æ•°é‡ï¼ˆæ–°æ¡ç æ•°é‡ï¼‰
        /// </summary>
@@ -158,7 +164,7 @@
        [SugarColumn(IsNullable = true)]
        public decimal? OriginalStockQuantity { get; set; }
       public decimal StockBeforeSplit { get; set; }
        public decimal StockBeforeSplit { get; set; }
        public decimal AssignBeforeSplit { get; set; }
    }