wbc
2025-02-12 b2bc0cccd77524b3ba1f05d5f7854324ce62ba2e
MES.Service/Modes/MesSupplier.cs
@@ -11,13 +11,13 @@
    /// <summary>
    ///     ID
    /// </summary>
    [SugarColumn(ColumnName = "ID")]
    [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)]
    public decimal Id { get; set; }
    /// <summary>
    ///     供应商编码
    /// </summary>
    [SugarColumn(ColumnName = "SUPP_NO", IsPrimaryKey = true)]
    [SugarColumn(ColumnName = "SUPP_NO")]
    public string? SuppNo { get; set; }
    /// <summary>
@@ -141,16 +141,16 @@
    public string? Fforbidstatus { get; set; }
    /// <summary>
    ///     自定义字段1
    ///     使用组织
    /// </summary>
    [SugarColumn(ColumnName = "REMARK1")]
    public string? Remark1 { get; set; }
    [SugarColumn(ColumnName = "CREATE_ORG")]
    public decimal? CreateOrg { get; set; }
    /// <summary>
    ///     自定义字段2
    ///     创建组织
    /// </summary>
    [SugarColumn(ColumnName = "REMARK2")]
    public string? Remark2 { get; set; }
    [SugarColumn(ColumnName = "USE_ORG")]
    public decimal? UseOrg { get; set; }
    /// <summary>
    ///     自定义字段3