feat: 新增模块
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Volo.Abp.Domain;
|
||||
using Volo.Abp.SettingManagement;
|
||||
|
||||
namespace Yi.Framework.Stock.Domain.Shared
|
||||
{
|
||||
[DependsOn(
|
||||
|
||||
typeof(AbpSettingManagementDomainSharedModule),
|
||||
typeof(AbpDddDomainSharedModule))]
|
||||
public class YiFrameworkStockDomainSharedModule : AbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user