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; }
}
}