Add TDengine Demo

This commit is contained in:
sunkaixuan
2023-10-01 20:50:22 +08:00
parent 07f76e56f3
commit 0db5698993
2 changed files with 21 additions and 1 deletions

View File

@@ -49,5 +49,11 @@ namespace TDengineTest
[SqlSugar.SugarColumn(IsPrimaryKey = true)]
public DateTime Ts { get; set; }
public bool Boolean { get; set; }
}
}
public class CodeFirst05
{
[SqlSugar.SugarColumn(IsPrimaryKey = true)]
public DateTime Ts { get; set; }
public bool Boolean { get; set; }
}
}