zyf
2025-03-20 04c86459ab6b656ea7d121e924d8d28ca96ac117
MES.Service/Modes/SalesReturnNotice.cs
@@ -210,5 +210,10 @@
        ///</summary>
        [SugarColumn(ColumnName = "BILL_STATUS")]
        public string BillStatus { get; set; }
        /// <summary>
        /// 退货原因
        ///</summary>
        [SugarColumn(ColumnName = "FUNWTextTHYY")]
        public string FUNWTextTHYY { get; set; }
    }
}