| | |
| | | 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") |
| | |
| | | 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"); |
| | | |
| | |
| | | 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)"); |
| | |
| | | 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"); |