完善数据报表模块

This commit is contained in:
2026-07-27 13:19:06 +08:00
parent 07218fc737
commit 14d818083d
5 changed files with 452 additions and 47 deletions

View File

@@ -7,6 +7,10 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.104.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ORM\ORM.csproj" />
<ProjectReference Include="..\Service\Service.csproj" />