mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Update TDengine DEMO
This commit is contained in:
@@ -38,8 +38,13 @@ namespace TDengineTest
|
||||
public string String2 { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class CodeFirst01 : STable
|
||||
public class CodeFirst01:STable
|
||||
{
|
||||
[SqlSugar.SugarColumn(IsPrimaryKey = true)]
|
||||
public DateTime Ts { get; set; }
|
||||
public bool Boolean { get; set; }
|
||||
}
|
||||
public class CodeFirst04
|
||||
{
|
||||
[SqlSugar.SugarColumn(IsPrimaryKey = true)]
|
||||
public DateTime Ts { get; set; }
|
||||
|
Reference in New Issue
Block a user