new
sjz
2025-05-23 f759bbb6d14034c0adbe08cdf7ad43139f598ac0
MES.Service/Modes/SalesDeliveryNoticeDetail.cs
@@ -9,9 +9,9 @@
public class SalesDeliveryNoticeDetail
{
    /// <summary>
    ///     SEQ_sales序列
    ///     SEQ_fhtz_mx序列
    /// </summary>
    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_sales",
    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_FHTZ_MX",
        IsPrimaryKey = true)]
    public decimal Id { get; set; }