This commit is contained in:
sunkaixuan
2023-11-06 12:06:58 +08:00
parent 885d994100
commit fc784b3a71
3 changed files with 173 additions and 1 deletions

View File

@@ -66,6 +66,7 @@
<ItemGroup>
<Compile Include="1_CodeFirst.cs" />
<Compile Include="2_DbFirst.cs" />
<Compile Include="4_JoinQuery.cs" />
<Compile Include="UnitTest\Description.cs" />
<Compile Include="3_EasyQuery.cs" />
<Compile Include="UserTestCases\Cases\OldDemo\Demo2_Updateable.cs" />