diff --git a/美国版/Food Labeling Management Code/Yi.Abp.Net8/module/tenant-management/Yi.Framework.TenantManagement.Application.Contracts/Yi.Framework.TenantManagement.Application.Contracts.csproj b/美国版/Food Labeling Management Code/Yi.Abp.Net8/module/tenant-management/Yi.Framework.TenantManagement.Application.Contracts/Yi.Framework.TenantManagement.Application.Contracts.csproj deleted file mode 100644 index 84eaea7..0000000 --- a/美国版/Food Labeling Management Code/Yi.Abp.Net8/module/tenant-management/Yi.Framework.TenantManagement.Application.Contracts/Yi.Framework.TenantManagement.Application.Contracts.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - - net8.0 - enable - enable - - - - - - - - - - diff --git a/美国版/Food Labeling Management Code/Yi.Abp.Net8/module/tenant-management/Yi.Framework.TenantManagement.Application.Contracts/YiFrameworkTenantManagementApplicationContractsModule.cs b/美国版/Food Labeling Management Code/Yi.Abp.Net8/module/tenant-management/Yi.Framework.TenantManagement.Application.Contracts/YiFrameworkTenantManagementApplicationContractsModule.cs deleted file mode 100644 index 2ce5cbd..0000000 --- a/美国版/Food Labeling Management Code/Yi.Abp.Net8/module/tenant-management/Yi.Framework.TenantManagement.Application.Contracts/YiFrameworkTenantManagementApplicationContractsModule.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Volo.Abp.Modularity; -using Volo.Abp.TenantManagement; -using Yi.Framework.Ddd.Application.Contracts; - -namespace Yi.Framework.TenantManagement.Application.Contracts -{ - [DependsOn(typeof(AbpTenantManagementDomainSharedModule), - typeof(YiFrameworkDddApplicationContractsModule))] - public class YiFrameworkTenantManagementApplicationContractsModule:AbpModule - { - - } -}