mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-07 18:04:55 +08:00
Update Demo
This commit is contained in:
@@ -7,9 +7,9 @@ using System.Text;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
[Table(Name = "CustomAttributeTable")]
|
||||
[Table(Name = "MyAttributeTable")]
|
||||
//[SugarTable("CustomAttributeTable")]
|
||||
public class MyCustomAttributeTable
|
||||
public class AttributeTable
|
||||
{
|
||||
|
||||
[Key]
|
||||
@@ -1,7 +0,0 @@
|
||||
namespace OrmTest
|
||||
{
|
||||
public class CarType
|
||||
{
|
||||
public bool State { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user