DataSeeder
摘要:
首先是实现IDataSeedContributor接口,此类型会自动加到AbpDataOptions的Contributors的列表 public interface IDataSeedContributor { Task SeedAsync(DataSeedContext context); } 阅读全文
posted @ 2019-12-30 00:20 dollymi 阅读(609) 评论(0) 推荐(0) 编辑