wangxinhui
2025-04-29 95e39ae7aecd6e1016c71cf5ae70a680d8f569bb
´úÂë¹ÜÀí/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 = "内包号")]