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>
@@ -116,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; }
    }
}