wbc
2025-05-15 0f74b3e1c8024d3b203d25a772a348b48e0f4ebd
MES.Service/Modes/SysDepartment.cs
@@ -23,7 +23,7 @@
    /// <summary>
    ///     部门编号
    /// </summary>
    [SugarColumn(ColumnName = "DEPARTMENTCODE", IsPrimaryKey = true)]
    [SugarColumn(ColumnName = "DEPARTMENTCODE")]
    public string? Departmentcode { get; set; }
    /// <summary>
@@ -118,7 +118,7 @@
    /// <summary>
    /// </summary>
    [SugarColumn(ColumnName = "ID")]
    [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)]
    public decimal Id { get; set; }
    /// <summary>
@@ -134,22 +134,22 @@
    public string? MaterialProperti { 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
    ///     上级部门
    /// </summary>
    [SugarColumn(ColumnName = "REMARK3")]
    public string? Remark3 { get; set; }
    [SugarColumn(ColumnName = "PARENT_ID")]
    public decimal? ParentId { get; set; }
    /// <summary>
    ///     自定义字段4