mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
feat: 新增ai-stock模块
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