We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISeedDataInitializer 未做上下文归类,无法进行多上下文种子数据分别初始化
给 ISeedDataInitializer 添加一个 EntityType 属性,标明当前初始化器属于的实体类,进而能判断其上下文归属,方便在种子数据初始化的时候进行筛选
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
1. 给 ISeedDataInitializer 添加一个 EntityType 属性 #179
2aa7b48
2. 在种子数据初始化的时候筛选出当前上下文的种子数据初始化器进行初始化 #179
No branches or pull requests
描述一下BUG
ISeedDataInitializer 未做上下文归类,无法进行多上下文种子数据分别初始化
期望行为
给 ISeedDataInitializer 添加一个 EntityType 属性,标明当前初始化器属于的实体类,进而能判断其上下文归属,方便在种子数据初始化的时候进行筛选
运行环境
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: