FlexJobApi.Core/Entities/UserServer/Users/User.cs
@@ -23,7 +23,7 @@ UserExpectJobs = []; UserCredentials = []; Photos = []; TaskInfoUsers = []; EnterpriseEmployees = []; } /// <summary> @@ -250,9 +250,9 @@ public List<UserPhoto> Photos { get; set; } /// <summary> /// 任务雇佣信息 /// 灵工 /// </summary> public List<TaskInfoUser> TaskInfoUsers { get; set; } public List<EnterpriseEmployee> EnterpriseEmployees { get; set; } public void Configure(EntityTypeBuilder<User> entityBuilder, DbContext dbContext, Type dbContextLocator) {