Update Demo

This commit is contained in:
sunkaixuan
2019-05-20 20:10:21 +08:00
parent 438cf9504a
commit f802407db4
3 changed files with 13 additions and 0 deletions

View File

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