zhengyuxuan
2025-03-27 79421b33e9936816065a545c3b4534f342b6f33d
LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
@@ -1,4 +1,5 @@
using LifePayment.Domain;
using LifePayment.Domain.Common;
using LifePayment.Domain.LifePay;
using LifePayment.Domain.Models;
using Microsoft.EntityFrameworkCore;
@@ -30,6 +31,8 @@
        public virtual DbSet<Role> Roles { get; set; }
        public virtual DbSet<OnlineService> OnlineService { get; set; }
        public virtual DbSet<LifePayIntroInfo> LifePayIntroInfo { get; set; }
        public virtual DbSet<UserRole> UserRoles { get; set; }