wangxinhui
2025-06-25 e1dd1dc9ba7135e3d64a65587d6c1be2c3e18c5a
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_ProOutOrderDetail.cs
@@ -49,7 +49,12 @@
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "客户")]
        public string Customer { get; set; }
        /// <summary>
        /// ç»ˆç«¯å®¢æˆ·
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "终端客户")]
        public string EndCustomer { get; set; }
        /// <summary>
        /// å·¥åŽ‚
        /// </summary>
@@ -79,9 +84,9 @@
        public string DateCode { get; set; }
        /// <summary>
        /// åˆæ ¼PCS数
        /// å‡ºåº“合格PCS数
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "合格PCS数")]
        [SugarColumn(IsNullable = false, ColumnDescription = "出库合格PCS数")]
        public float QtyPcs { get; set; }
        /// <summary>
@@ -89,6 +94,12 @@
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "已出数量")]
        public float OverQtyPcs { get; set; }
        /// <summary>
        /// é”å®šæ•°é‡
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "锁定数量")]
        public float LockQtyPcs { get; set; }
        /// <summary>
        /// X板数
@@ -110,5 +121,10 @@
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "备品数")]
        public float SpareQty { get; set; }
        /// <summary>
        /// æŒ‡æ´¾ç‰ˆæœ¬
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "指派版本")]
        public string OutSpecifyVer { get; set; }
    }
}