11
啊鑫
2025-07-07 e510dff710e6471b3c33368e6532fb8a6d5c8113
MES.Service/Modes/SalesReturnNotice.cs
@@ -205,5 +205,15 @@
        ///</summary>
        [SugarColumn(ColumnName = "ERP_ID")]
        public string ErpId { get; set; }
        /// <summary>
        /// 单据状态
        ///</summary>
        [SugarColumn(ColumnName = "BILL_STATUS")]
        public string BillStatus { get; set; }
        /// <summary>
        /// 退货原因
        ///</summary>
        [SugarColumn(ColumnName = "FUNWTextTHYY")]
        public string FUNWTextTHYY { get; set; }
    }
}