FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Queries/GetEnterpriseEmployeeQuery.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Queries/GetEnterpriseEmployeeQuery.cs
@@ -83,6 +83,11 @@ public DateTime? UserRealTime { get; set; } /// <summary> /// 签约时间 /// </summary> public DateTime? UserSignContractTime { get; set; } /// <summary> /// 企业签约时间 /// </summary> public DateTime? EnterpriseSignContractTime { get; set; }