sjz
2 天以前 74ab9465837f8a6f9eae854059e9783eff24e173
MES.Service/Modes/SalesOrderDetail.cs
@@ -11,7 +11,8 @@
    /// <summary>
    ///     SEQ_sales序列
    /// </summary>
    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_XSDD_MX",IsPrimaryKey = true)]
    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_XSDD_MX",
        IsPrimaryKey = true)]
    public decimal Id { get; set; }
    /// <summary>
@@ -242,6 +243,4 @@
    /// </summary>
    [SugarColumn(ColumnName = "DDLY")]
    public string? Ddly { get; set; }
}