using Shentun.Sms.EntityFrameworkCore; using Volo.Abp.Modularity; namespace Shentun.Sms; [DependsOn( typeof(SmsEntityFrameworkCoreTestModule) )] public class SmsDomainTestModule : AbpModule { }