v1.0.7
This commit is contained in:
@@ -17,10 +17,11 @@ using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
||||
|
||||
namespace CC.Yi.Model
|
||||
{
|
||||
public partial class DataContext :DbContext
|
||||
public partial class DataContext :IdentityDbContext
|
||||
{
|
||||
<# foreach(string k in ModelData){
|
||||
#>
|
||||
|
||||
Reference in New Issue
Block a user