feat:搭建yi-abp tool框架
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Yi.Abp.Tool.Domain.Shared;
|
||||
|
||||
namespace Yi.Abp.Tool.Application.Contracts
|
||||
{
|
||||
[DependsOn(typeof(YiAbpToolDomainSharedModule))]
|
||||
public class YiAbpToolApplicationContractsModule:AbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user