application  应用层  MVC和core的中专

EF  基础设施层

mig 迁移层

webcore   

1.多租户=》szjs.Core

szjsConsts  里面

  public const bool MultiTenancyEnabled = true;

生产迁移文件

add-migration Add_new_PersonAndPhonnumber

update-database

szjs.Core建立实体

将实体生产对应数据库

 

 

 

2.单表增删改查

 

szjs.Application 建立service

ctrl+table

 

相关文章:

  • 2021-09-06
  • 2021-12-10
  • 2021-07-21
  • 2021-10-29
  • 2021-07-03
  • 2022-02-18
猜你喜欢
  • 2021-11-08
  • 2021-11-18
  • 2022-12-23
  • 2021-06-20
  • 2021-10-03
  • 2021-10-10
  • 2021-05-20
相关资源
相似解决方案