增加异步方法

This commit is contained in:
28810
2018-12-27 21:20:25 +08:00
parent 8d55cccc9a
commit 0689696766
40 changed files with 541 additions and 45 deletions

View File

@ -13,7 +13,7 @@ namespace FreeSql.Tests.SqlServer {
class Topic {
[Column(IsIdentity = true, IsPrimary = true)]
public int Id { get; set; }
public int Clicks { get; set; }
public int? Clicks { get; set; }
public TestTypeInfo Type { get; set; }
public string Title { get; set; }
public DateTime CreateTime { get; set; }