快乐的昕的电脑
4 天以前 250d7667b3229969a6dd3bc6ebc68d828a266fe8
MES.Service/Modes/SysDepartment.cs
@@ -86,7 +86,7 @@
    public string? Fmanager { get; set; }
    /// <summary>
    ///     工厂
    ///     工厂编号
    /// </summary>
    [SugarColumn(ColumnName = "factory")]
    public string? Factory { get; set; }
@@ -169,5 +169,29 @@
    [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; }
    /// <summary>
    ///     用于区分部门表与工作中心信息
    /// </summary>
    [SugarColumn(ColumnName = "Type_By_Table")]
    public int? TypeByTable { get; set; }
    [SugarColumn(IsIgnore = true)] public string? Type { get; set; }
}