1
helongyang
2025-06-12 25cb7cd50d12f48e93d6cde47420ca3458e9c47a
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_ProStockInfoDetail.cs
@@ -26,6 +26,26 @@
        [SugarColumn(IsNullable = false, ColumnDescription = "成品库存主键")]
        public int ProStockId { get; set; }
        /// <summary>
        /// å‡ºåº“明细主键
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "出库明细主键")]
        public int OutDetailId { get; set; }
        /// <summary>
        /// æˆå“å‡ºåº“明细销售号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "成品出库明细销售号")]
        public string OutDetailSaleNo { get; set; }
        /// <summary>
        /// æˆå“å‡ºåº“单号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "成品出库单号")]
        public string OutProNo { get; set; }
        /// <summary>
        /// åˆ†é…æ— ç»“存数量删除标识
        /// </summary>
        [SugarColumn(IsNullable = false,  ColumnDescription = "分配无结存数量删除标识")]
        public int AssignDel { get; set; }
        /// <summary>
        /// å†…包号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "内包号")]
@@ -40,6 +60,11 @@
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "出库数量")]
        public float OutboundQuantity { get; set; }
        /// <summary>
        /// å‡ºåº“SET数量
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "出库SET数量")]
        public float OutSETQty { get; set; }
        /// <summary>
        /// æˆå“åº“存明细状态
        /// </summary>
@@ -56,10 +81,10 @@
        [SugarColumn(IsNullable = false, ColumnDescription = "包装SET数量")]
        public float SETQty { get; set; }
        /// <summary>
        /// åˆæ ¼PCS数
        /// åº“存合格PCS数
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "合格PCS数")]
        public float OKPCSQTY { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "库存合格PCS数")]
        public float StockPcsQty { get; set; }
        /// <summary>
        /// å‘¨æœŸ
        /// </summary>
@@ -107,6 +132,11 @@
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "销售订单")]
        public string SaleOrder { get; set; }
        /// <summary>
        /// é”€å”®æŒ‡æ´¾ç‰ˆæœ¬
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "销售指派版本")]
        public string SpecifyVer { get; set; }
        /// <summary>
        /// å¤‡æ³¨
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "备注")]