xwt
2025-06-27 c9481ef82ebf4095605f68695a1d02a252d33ff3
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; }
}