FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseEmployeeContract.cs
@@ -22,6 +22,11 @@ public EnterpriseEmployee EnterpriseEmployee { get; set; } /// <summary> /// 合同模板Id /// </summary> public Guid? ContractTemplateId { get; set; } /// <summary> /// 灵工签约状态 /// </summary> public EnumTaskUserSignContractStatus? UserSignContractStatus { get; set; } @@ -44,12 +49,11 @@ /// <summary> /// 合同编号 /// </summary> public string Code { get; set; } public string ContractCode { get; set; } /// <summary> /// 电子合同 /// </summary> public string Url { get; set; } public string ContractUrl { get; set; } } }