CharlesYooSky 2020-02-13
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