wangxinhui
2025-03-31 6049db0ae1031b7011e3587a6286500b7b84d697
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_ProOutOrderDetail.cs
@@ -116,5 +116,10 @@
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "备品数")]
        public float SpareQty { get; set; }
        /// <summary>
        /// æŒ‡æ´¾ç‰ˆæœ¬
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "指派版本")]
        public string OutSpecifyVer { get; set; }
    }
}