Files
Yi.Framework/Yi.Abp.Net8/module/code-gun/Yi.Framework.CodeGun.Domain.Shared/YiFrameworkCodeGunDomainSharedModule.cs
2024-02-16 15:40:13 +08:00

12 lines
230 B
C#

using Volo.Abp.Domain;
using Volo.Abp.Modularity;
namespace Yi.Framework.CodeGun.Domain.Shared
{
[DependsOn(typeof(AbpDddDomainSharedModule))]
public class YiFrameworkCodeGunDomainSharedModule:AbpModule
{
}
}