Update Demo

This commit is contained in:
sunkaixuan 2019-06-02 09:54:15 +08:00
parent eac97593d2
commit 6309691b1a
4 changed files with 4 additions and 12 deletions

View File

@ -7,9 +7,9 @@ using System.Text;
namespace OrmTest
{
[Table(Name = "CustomAttributeTable")]
[Table(Name = "MyAttributeTable")]
//[SugarTable("CustomAttributeTable")]
public class MyCustomAttributeTable
public class AttributeTable
{
[Key]

View File

@ -1,7 +0,0 @@
namespace OrmTest
{
public class CarType
{
public bool State { get; set; }
}
}

View File

@ -61,8 +61,8 @@
<Compile Include="Demo\DemoD_DbFirst.cs" />
<Compile Include="Demo\DemoE_CodeFirst.cs" />
<Compile Include="Models\Custom.cs" />
<Compile Include="Models\Mappers.cs" />
<Compile Include="Models\MyCustomAttributeTable.cs" />
<Compile Include="Models\Tree.cs" />
<Compile Include="Models\AttributeTable.cs" />
<Compile Include="Models\Order.cs" />
<Compile Include="Models\OrderItem.cs" />
<Compile Include="Demo\Demo0_SqlSugarClient.cs" />
@ -146,7 +146,6 @@
<Compile Include="OldTest\UnitTest\Setting\MapColumn.cs" />
<Compile Include="OldTest\UnitTest\Setting\MapTable.cs" />
<Compile Include="OldTest\UnitTest\Update.cs" />
<Compile Include="Models\CarType.cs" />
<Compile Include="UnitTest\UCodeFirst.cs" />
<Compile Include="UnitTest\UAdo.cs" />
<Compile Include="UnitTest\Updateable.cs" />