mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
feat:搭建yi-abp tool框架
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Yi.Abp.Tool.Application.Contracts;
|
||||
using Yi.Abp.Tool.Domain;
|
||||
|
||||
namespace Yi.Abp.Tool.Application
|
||||
{
|
||||
[DependsOn(typeof(YiAbpToolApplicationContractsModule),
|
||||
typeof(YiAbpToolDomainModule))]
|
||||
public class YiAbpToolApplicationModule:AbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user