yusijie
2023-10-13 d9d66b51a9643194ce2b29053a3fc187eb7bdaf1
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; }
    }
}