啊鑫
11 小时以前 ed05efdc17aab076146b134ebe105b6382f221d7
MES.Service/Dto/webApi/ErpStaff.cs
@@ -2,8 +2,8 @@
public class ErpStaff
{
    public string? Type { get; set; }
    public string Id { get; set; }
    public string? Type { get; set; }
    public string? FStaffNumber { get; set; }
    public string? FName { get; set; }
    public string? FPostDept { get; set; }
@@ -12,8 +12,6 @@
    public string? FStaffStartDate { get; set; }
    public string? FDescription { get; set; }
    public string? FForbidStatus { get; set; }
    public string? Fumbrella { get; set; }
    public string? FSubsidiary { get; set; }
    public string? FCreateOrgId { get; set; }
    public string? FUseOrgId { get; set; }
}