FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseAuth.cs @@ -113,5 +113,9 @@ /// </summary> public Guid? ElectronSignEnterpriseId { get; set; } /// <summary> /// 实名Id /// </summary> public string RealId { get; set; } } }