using Volo.Abp.AutoMapper; using Volo.Abp.Domain; using Volo.Abp.Modularity; using Win_in.Sfs.Wms.Job.Domain.Acl; using Win_in.Sfs.Wms.Job.Domain.Shared; namespace Win_in.Sfs.Wms.Job.Domain; [DependsOn( typeof(AbpDddDomainModule), typeof(JobDomainSharedModule), typeof(AbpAutoMapperModule) )] [DependsOn( typeof(JobDomainAclModule) )] public class JobDomainModule : AbpModule { public override void ConfigureServices(ServiceConfigurationContext context) { } }