MES.Service/Modes/SysDepartment.cs
@@ -86,7 +86,7 @@ public string? Fmanager { get; set; } /// <summary> /// 工厂 /// 工厂编号 /// </summary> [SugarColumn(ColumnName = "factory")] public string? Factory { get; set; } @@ -187,5 +187,11 @@ [SugarColumn(ColumnName = "factory_name")] public string? FactoryName { get; set; } /// <summary> /// 用于区分部门表与工作中心信息 /// </summary> [SugarColumn(ColumnName = "Type_By_Table")] public int? TypeByTable { get; set; } [SugarColumn(IsIgnore = true)] public string? Type { get; set; } }