111
啊鑫
21 小时以前 971e03ccbe5124d4761f56e71025453d1d4742bc
entity/SalesOrder.cs
@@ -1,6 +1,6 @@
using SqlSugar;
namespace NewPdaSqlServer.entity;
namespace MES.Service.Modes;
/// <summary>
///     销售订单表
@@ -65,7 +65,8 @@
    [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; } // 客户交货地点
@@ -131,4 +132,6 @@
    [SugarColumn(ColumnName = "ENTRY_NOTE")]
    public string? EntryNote { get; set; } // 备注
}