From 61aad62d817ddb6494f52a531fccb7e82bcfd13c Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期五, 08 八月 2025 17:39:27 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/ApiFlexJob --- FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs b/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs index 300f41b..c862885 100644 --- a/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs +++ b/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs @@ -818,7 +818,7 @@ .HasColumnType("bit"); b.Property<decimal?>("Latitude") - .HasColumnType("decimal(18,2)"); + .HasColumnType("decimal(18,6)"); b.Property<decimal?>("Longitude") .HasColumnType("decimal(18,6)"); @@ -1026,6 +1026,9 @@ .ValueGeneratedOnAdd() .HasColumnType("uniqueidentifier"); + b.Property<int?>("Age") + .HasColumnType("int"); + b.Property<string>("Avatar") .HasColumnType("nvarchar(max)"); @@ -1044,6 +1047,12 @@ b.Property<Guid?>("EnterpriseId") .HasColumnType("uniqueidentifier"); + b.Property<int?>("Gender") + .HasColumnType("int"); + + b.Property<string>("Identity") + .HasColumnType("nvarchar(max)"); + b.Property<bool>("IsCheckPhoneNumber") .HasColumnType("bit"); -- Gitblit v1.9.1