mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-13 13:09:29 +08:00
回滚main
This commit is contained in:
@@ -8,18 +8,9 @@ namespace Yi.Framework.Model
|
||||
{
|
||||
public partial class DataContext :DbContext
|
||||
{
|
||||
public DbSet<brand> brand { get; set; }
|
||||
public DbSet<category> category { get; set; }
|
||||
public DbSet<menu> menu { get; set; }
|
||||
public DbSet<mould> mould { get; set; }
|
||||
public DbSet<order> order { get; set; }
|
||||
public DbSet<role> role { get; set; }
|
||||
public DbSet<sku> sku { get; set; }
|
||||
public DbSet<spec_group> spec_group { get; set; }
|
||||
public DbSet<spec_param> spec_param { get; set; }
|
||||
public DbSet<spu> spu { get; set; }
|
||||
public DbSet<spu_detail> spu_detail { get; set; }
|
||||
public DbSet<stock> stock { get; set; }
|
||||
public DbSet<user> user { get; set; }
|
||||
public DbSet<visit> visit { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user