hao
2025-06-03 0747214832e5a0fa8474ea244df70e5a4594b225
StandardInterface/MES.Service/Modes/MesStaffPositionLink.cs
@@ -31,4 +31,9 @@
    /// </summary>
    [SugarColumn(ColumnName = "FSTAFFSTARTDATE")]
    public DateTime? FStaffStartDate { get; set; }
    /// <summary>
    ///     工作组织
    /// </summary>
    [SugarColumn(ColumnName = "GZZZ")]
    public string? GZZZ { get; set; }
}