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
Src/Asp.Net/SqlServerTest/Models/CarType.cs
Normal file
7
Src/Asp.Net/SqlServerTest/Models/CarType.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace OrmTest
|
||||
{
|
||||
public class CarType
|
||||
{
|
||||
public bool State { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user