automapper自动映射(传入前端数据ID必须转string)
This commit is contained in:
+9
-6
@@ -6,14 +6,17 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="DTOS\**" />
|
||||
<EmbeddedResource Remove="DTOS\**" />
|
||||
<None Remove="DTOS\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="SqlSugarCore" Version="5.1.4.210" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Dto\Asset\" />
|
||||
<Folder Include="Dto\Config\" />
|
||||
<Folder Include="Dto\Inspection\" />
|
||||
<Folder Include="Dto\System\" />
|
||||
<Folder Include="Entity\System\" />
|
||||
<Folder Include="Entity\Config\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user