FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseEmployee.cs
@@ -15,6 +15,7 @@ public EnterpriseEmployee() { TaskInfoUsers = []; Contracts = []; } /// <summary> @@ -101,6 +102,11 @@ public DateTime? EnterpriseSignContractTime { get; set; } /// <summary> /// 合同编号 /// </summary> public string ContractCode { get; set; } /// <summary> /// 电子合同 /// </summary> public string ContractUrl { get; set; } @@ -109,5 +115,11 @@ /// 任务人员信息 /// </summary> public List<TaskInfoUser> TaskInfoUsers { get; set; } /// <summary> /// 合同 /// </summary> public List<EnterpriseEmployeeContract> Contracts { get; set; } } }