Update TDengine DEMO

This commit is contained in:
sunkaixuan
2023-10-01 20:36:31 +08:00
parent 0225acd80c
commit e94afe061b
2 changed files with 16 additions and 2 deletions

View File

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