FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseEmployeeContract.cs
@@ -44,12 +44,12 @@ /// <summary> /// 合同编号 /// </summary> public string Code { get; set; } public string ContractCode { get; set; } /// <summary> /// 电子合同 /// </summary> public string Url { get; set; } public string ContractUrl { get; set; } } }