LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
@@ -17,6 +17,8 @@ { } public virtual DbSet<LogFrontRecord> LogFrontRecord { get; set; } public virtual DbSet<LifePayPromoter> LifePayPromoter { get; set; } public virtual DbSet<LifePayChannelConsultation> LifePayChannelConsultation { get; set; } @@ -61,6 +63,8 @@ public virtual DbSet<DallyStatistics> DallyStatistics { get; set; } public virtual DbSet<LifePayRateChannel> LifePayRateChannel { get; set; } [UnitOfWork] protected override void OnModelCreating(ModelBuilder builder) {