mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-18 15:36:37 +08:00
feat: 新增文件夹
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Volo.Abp.Domain;
|
||||
|
||||
namespace Yi.Framework.AiHub.Domain.Shared
|
||||
{
|
||||
[DependsOn(
|
||||
typeof(AbpDddDomainSharedModule))]
|
||||
public class YiFrameworkAiHubDomainSharedModule : AbpModule
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user