style: 修改codegen命名

This commit is contained in:
橙子
2024-02-16 21:06:34 +08:00
parent 6675376241
commit 3f1f76b2e8
50 changed files with 141 additions and 143 deletions

View File

@@ -0,0 +1,15 @@
using Volo.Abp.Domain;
using Volo.Abp.Modularity;
using Yi.Framework.CodeGen.Domain.Shared;
using Yi.Framework.SqlSugarCore.Abstractions;
namespace Yi.Framework.CodeGen.Domain
{
[DependsOn(typeof(YiFrameworkCodeGenDomainSharedModule),
typeof(AbpDddDomainModule),
typeof(YiFrameworkSqlSugarCoreAbstractionsModule))]
public class YiFrameworkCodeGenDomainModule : AbpModule
{
}
}