1
wtt
2024-05-24 4de907c1acf35bc433ca036e48f5ff3b91090d60
WebAPI/Models/基础资料/Gy_Employee.cs
@@ -64,7 +64,7 @@
        public DateTime HContractEDate { get; set; }
        public string HInsuranceNo { get; set; }
        public DateTime HInsuranceDate { get; set; }
        public string HInsuranceStatus { get; set; }
        public bool HInsuranceStatus { get; set; }
        public DateTime HSignDate { get; set; }
        public bool HSignStatus { get; set; }
        public string HOldCompany { get; set; }
@@ -104,5 +104,6 @@
        public string HEmpRate { get; set; }
        public string HExamRate { get; set; }
        public DateTime HHealthCardEDate { get; set; }
        public long HUSEORGID { get; set; }
    }
}