111
啊鑫
2 天以前 8b7abd97e7b69800789134ed8e809e19a5b5ba74
entity/SalesOrder.cs
@@ -1,6 +1,6 @@
using SqlSugar;
namespace MES.Service.Modes;
namespace NewPdaSqlServer.entity;
/// <summary>
///     销售订单表
@@ -65,8 +65,7 @@
    [SugarColumn(ColumnName = "SALER_ID")]
    public string? SalerId { get; set; } // 销售员
    [SugarColumn(ColumnName = "NOTE")]
    public string? Note { get; set; } // 备注
    [SugarColumn(ColumnName = "NOTE")] public string? Note { get; set; } // 备注
    //[SugarColumn(ColumnName = "UNW_REMARKS_KHJHDD")]
    //public string? UnWRemarksKhjHdd { get; set; } // 客户交货地点
@@ -132,6 +131,4 @@
    [SugarColumn(ColumnName = "ENTRY_NOTE")]
    public string? EntryNote { get; set; } // 备注
}