快乐的昕的电脑
2025-11-29 d9a157bc9750df0eb67a5461a9572e44e68c38ab
MES.Service/Modes/SysDepartment.cs
@@ -169,5 +169,23 @@
    [SugarColumn(ColumnName = "FParentID")]
    public string? FParentID { get; set; }
    /// <summary>
    ///     工作中心编号
    /// </summary>
    [SugarColumn(ColumnName = "WORKSHOP_CENTER_CODE")]
    public string? WorkshopCenterCode { get; set; }
    /// <summary>
    ///     工作中心名称
    /// </summary>
    [SugarColumn(ColumnName = "WORKSHOP_CENTER_NAME")]
    public string? WorkshopCenterName { get; set; }
    /// <summary>
    ///     工厂名称
    /// </summary>
    [SugarColumn(ColumnName = "factory_name")]
    public string? FactoryName { get; set; }
    [SugarColumn(IsIgnore = true)] public string? Type { get; set; }
}