Update demo

This commit is contained in:
sunkaixuan
2023-11-10 14:27:12 +08:00
parent 2bfe8122c1
commit d77d903c68
2 changed files with 26 additions and 0 deletions

View File

@@ -44,6 +44,14 @@ namespace TDengineTest
public DateTime Ts { get; set; }
public bool Boolean { get; set; }
}
public class CodeFirstTags1:STable
{
[SqlSugar.SugarColumn(IsPrimaryKey = true)]
public DateTime Ts { get; set; }
public bool Boolean { get; set; }
}
public class CodeFirst04
{
[SqlSugar.SugarColumn(IsPrimaryKey = true)]