1
wangxinhui
2025-06-10 bb66bf9372783cfb1af35a5384fdc69cc9c56a9f
´úÂë¹ÜÀí/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; }
    }
}