using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; namespace FAuth.DataBase { /// /// 数据库 /// public class FAuthDb:DbContext { } }