hao
2025-04-11 cd51e7e8180e1d4ebbaf9700ed78a27cd4b99891
StandardInterface/MES.Service/Modes/MesStaff.cs
@@ -166,4 +166,11 @@
    public string? FforbidStatus { get; set; }
    [SugarColumn(IsIgnore = true)] public string? Type { get; set; }
    /// <summary>
    ///     工作组织
    /// </summary>
    [SugarColumn(ColumnName = "GZZZ")]
    public string? FGZZZ { get; set; }
}