1
hao
2025-06-19 ea4002e9f17e4659cf1905250780f5e0a5b17473
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; }
}