xwt
7 天以前 e853dd2fecef3a0c446d161248d0498a5a081e66
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; }
}