111
啊鑫
15 小时以前 8b7abd97e7b69800789134ed8e809e19a5b5ba74
entity/SalesOrderDetail.cs
@@ -1,6 +1,6 @@
using SqlSugar;
namespace MES.Service.Modes;
namespace NewPdaSqlServer.entity;
/// <summary>
///     销售订单明细表
@@ -228,8 +228,9 @@
    /// <summary>
    ///     累计退货通知数量(销售基本)
    [SugarColumn(ColumnName = "BASE_RET_NOTICE_QTY")]
    public decimal? BaseRetNoticeQty { get; set; } /// </summary>
    public decimal? BaseRetNoticeQty { get; set; }
    /// </summary>
    /// <summary>
    ///     累计退货数量(销售基本)
    /// </summary>
@@ -247,5 +248,4 @@
    /// </summary>
    [SugarColumn(ColumnName = "BASEARQTY")]
    public decimal? BASEARQTY { get; set; }
}