Update questDb demo

This commit is contained in:
sunkaixuan
2022-07-31 23:51:07 +08:00
parent efff03b294
commit d446d4e4dd
8 changed files with 34 additions and 118 deletions

View File

@@ -6,9 +6,10 @@ using System.Threading.Tasks;
namespace OrmTest
{
[SqlSugar.SugarTable("Custom_1")]
public class Custom
{
public int Id { get; set; }
public long Id { get; set; }
public string Name { get; set; }
}
}