zyf
2025-04-23 2812f65c7481ce10953fa1fbe9cc89a8768e07f6
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; }
    }
}