feat:准备添加excel操作

This commit is contained in:
陈淳
2024-01-02 18:32:38 +08:00
parent faf28d40c6
commit f66f250936
3 changed files with 45 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
<Import Project="..\..\common.props" />
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
<PackageReference Include="MiniExcel" Version="1.31.3" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="8.0.0" />
</ItemGroup>