模型通用接口List改为用left join

This commit is contained in:
2023-11-09 10:21:31 +08:00
parent 14aa0b2ff4
commit cacf974527
4 changed files with 44 additions and 32 deletions

View File

@@ -3,6 +3,9 @@
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
<LangVersion>latest</LangVersion>
<NoWarn>$(NoWarn);CS1570;CS1587;CS1591;CS8601;CS8602;CS8603;CS8618;</NoWarn>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">