feat: 完成审计日志模块引入
This commit is contained in:
@@ -6,4 +6,8 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Volo.Abp.Ddd.Domain.Shared" Version="8.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
namespace Yi.Framework.AuditLogging.Domain.Shared
|
||||
using Volo.Abp.Domain;
|
||||
using Volo.Abp.Modularity;
|
||||
|
||||
namespace Yi.Framework.AuditLogging.Domain.Shared
|
||||
{
|
||||
public class YiFrameworkAuditLoggingDomainSharedModule
|
||||
[DependsOn(typeof(AbpDddDomainSharedModule))]
|
||||
public class YiFrameworkAuditLoggingDomainSharedModule:AbpModule
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user