From 88e55d4e4cf306ab62d63346af50ff7fc7526ba2 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期二, 02 九月 2025 15:15:22 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs | 57 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 48 insertions(+), 9 deletions(-) diff --git a/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs b/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs index 0ecaac2..c2f5295 100644 --- a/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs +++ b/FlexJobApi.Database.Migrations/Migrations/DefaultDbContextModelSnapshot.cs @@ -79,16 +79,7 @@ b.Property<string>("SceneImage") .HasColumnType("nvarchar(max)"); - b.Property<string>("SceneImageOssUrl") - .HasColumnType("nvarchar(max)"); - b.Property<string>("SceneQualificationImage") - .HasColumnType("nvarchar(max)"); - - b.Property<string>("SceneQualificationImageOssUrl") - .HasColumnType("nvarchar(max)"); - - b.Property<string>("SceneQualificationText") .HasColumnType("nvarchar(max)"); b.Property<string>("Sites") @@ -1056,6 +1047,15 @@ b.Property<int>("Access") .HasColumnType("int"); + b.Property<string>("AgreementNo") + .HasColumnType("nvarchar(max)"); + + b.Property<string>("AlipayLogonId") + .HasColumnType("nvarchar(max)"); + + b.Property<string>("Code") + .HasColumnType("nvarchar(max)"); + b.Property<Guid?>("CreatedEnterpriseId") .HasColumnType("uniqueidentifier"); @@ -1065,14 +1065,47 @@ b.Property<Guid?>("CreatedUserId") .HasColumnType("uniqueidentifier"); + b.Property<string>("CreditAuthMode") + .HasColumnType("nvarchar(max)"); + b.Property<Guid>("EnterpriseId") .HasColumnType("uniqueidentifier"); + + b.Property<DateTime?>("InvalidTime") + .HasColumnType("datetime2"); b.Property<bool>("IsDeleted") .HasColumnType("bit"); + b.Property<string>("PersonalProductCode") + .HasColumnType("nvarchar(max)"); + + b.Property<string>("PricipalType") + .HasColumnType("nvarchar(max)"); + + b.Property<string>("PrincipalId") + .HasColumnType("nvarchar(max)"); + + b.Property<string>("PrincipalOpenId") + .HasColumnType("nvarchar(max)"); + + b.Property<string>("ProductCode") + .HasColumnType("nvarchar(max)"); + + b.Property<string>("SignScene") + .HasColumnType("nvarchar(max)"); + + b.Property<int>("SignStatus") + .HasColumnType("int"); + + b.Property<DateTime?>("SignTime") + .HasColumnType("datetime2"); + b.Property<int>("Sort") .HasColumnType("int"); + + b.Property<string>("ThirdPartyType") + .HasColumnType("nvarchar(max)"); b.Property<string>("TraceId") .HasColumnType("nvarchar(max)"); @@ -1083,6 +1116,12 @@ b.Property<Guid?>("UpdatedUserId") .HasColumnType("uniqueidentifier"); + b.Property<DateTime?>("ValidTime") + .HasColumnType("datetime2"); + + b.Property<string>("ZmOpenId") + .HasColumnType("nvarchar(max)"); + b.HasKey("Id"); b.HasIndex("EnterpriseId"); -- Gitblit v1.9.1