mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update demo
This commit is contained in:
parent
bc756d198b
commit
ceae2d86f9
@ -89,35 +89,35 @@
|
||||
<Compile Include="Models\Tree.cs" />
|
||||
<Compile Include="Models\ViewOrder.cs" />
|
||||
<Compile Include="Config.cs" />
|
||||
<Compile Include="OldTest\Demos\1_Query.cs" />
|
||||
<Compile Include="OldTest\Demos\2_Update.cs" />
|
||||
<Compile Include="OldTest\Demos\3_Insert.cs" />
|
||||
<Compile Include="OldTest\Demos\4_Delete.cs" />
|
||||
<Compile Include="OldTest\Demos\5_CodeFirst.cs" />
|
||||
<Compile Include="OldTest\Demos\5_DbFirst.cs" />
|
||||
<Compile Include="OldTest\Demos\6_ComplexModel.cs" />
|
||||
<Compile Include="OldTest\Demos\7_Filter.cs" />
|
||||
<Compile Include="OldTest\Demos\8_JoinSql.cs" />
|
||||
<Compile Include="OldTest\Demos\9_Aop.cs" />
|
||||
<Compile Include="OldTest\Demos\A_MasterSlave.cs" />
|
||||
<Compile Include="OldTest\Demos\B_SharedConnection.cs" />
|
||||
<Compile Include="OldTest\Demos\CS_TeacherStudent.cs" />
|
||||
<Compile Include="OldTest\Demos\C_ExtSqlFun.cs" />
|
||||
<Compile Include="OldTest\Demos\D_QueryableView.cs" />
|
||||
<Compile Include="OldTest\Demos\E_Attribute.cs" />
|
||||
<Compile Include="OldTest\Demos\F_VersionValidation.cs" />
|
||||
<Compile Include="OldTest\Demos\G_Mapper.cs" />
|
||||
<Compile Include="OldTest\Demos\H_ExtEntity.cs" />
|
||||
<Compile Include="OldTest\Demos\H_Queue.cs" />
|
||||
<Compile Include="OldTest\Demos\PerformanceTest.cs" />
|
||||
<Compile Include="OldTest\Demos\Z_DemoBase.cs" />
|
||||
<Compile Include="OldTest\Models\DataTestInfo.cs" />
|
||||
<Compile Include="OldTest\Models\DataTestInfo2.cs" />
|
||||
<Compile Include="OldTest\Models\Enum.cs" />
|
||||
<Compile Include="OldTest\Models\School.cs" />
|
||||
<Compile Include="OldTest\Models\Student.cs" />
|
||||
<Compile Include="OldTest\Models\ViewModelStudent.cs" />
|
||||
<Compile Include="OldTest\Program.cs" />
|
||||
<Compile Include="_OldTest\Demos\1_Query.cs" />
|
||||
<Compile Include="_OldTest\Demos\2_Update.cs" />
|
||||
<Compile Include="_OldTest\Demos\3_Insert.cs" />
|
||||
<Compile Include="_OldTest\Demos\4_Delete.cs" />
|
||||
<Compile Include="_OldTest\Demos\5_CodeFirst.cs" />
|
||||
<Compile Include="_OldTest\Demos\5_DbFirst.cs" />
|
||||
<Compile Include="_OldTest\Demos\6_ComplexModel.cs" />
|
||||
<Compile Include="_OldTest\Demos\7_Filter.cs" />
|
||||
<Compile Include="_OldTest\Demos\8_JoinSql.cs" />
|
||||
<Compile Include="_OldTest\Demos\9_Aop.cs" />
|
||||
<Compile Include="_OldTest\Demos\A_MasterSlave.cs" />
|
||||
<Compile Include="_OldTest\Demos\B_SharedConnection.cs" />
|
||||
<Compile Include="_OldTest\Demos\CS_TeacherStudent.cs" />
|
||||
<Compile Include="_OldTest\Demos\C_ExtSqlFun.cs" />
|
||||
<Compile Include="_OldTest\Demos\D_QueryableView.cs" />
|
||||
<Compile Include="_OldTest\Demos\E_Attribute.cs" />
|
||||
<Compile Include="_OldTest\Demos\F_VersionValidation.cs" />
|
||||
<Compile Include="_OldTest\Demos\G_Mapper.cs" />
|
||||
<Compile Include="_OldTest\Demos\H_ExtEntity.cs" />
|
||||
<Compile Include="_OldTest\Demos\H_Queue.cs" />
|
||||
<Compile Include="_OldTest\Demos\PerformanceTest.cs" />
|
||||
<Compile Include="_OldTest\Demos\Z_DemoBase.cs" />
|
||||
<Compile Include="_OldTest\Models\DataTestInfo.cs" />
|
||||
<Compile Include="_OldTest\Models\DataTestInfo2.cs" />
|
||||
<Compile Include="_OldTest\Models\Enum.cs" />
|
||||
<Compile Include="_OldTest\Models\School.cs" />
|
||||
<Compile Include="_OldTest\Models\Student.cs" />
|
||||
<Compile Include="_OldTest\Models\ViewModelStudent.cs" />
|
||||
<Compile Include="_OldTest\Program.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="UnitTest\Main.cs" />
|
||||
|
Loading…
Reference in New Issue
Block a user