You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
211 B
11 lines
211 B
2 years ago
|
安装abphelper生成器
|
||
|
dotnet tool install EasyAbp.AbpHelper -g --version 版本
|
||
|
|
||
|
根据实体生成
|
||
|
abphelper generate crud {实体名} -d {项目根目录}
|
||
|
|
||
|
安装前端页面缺失的包
|
||
|
abp install-libs
|
||
|
|
||
|
|