Add unit test

This commit is contained in:
sunkaixuan
2023-05-08 21:31:29 +08:00
parent c0ac02bb92
commit a01e7e930b
2 changed files with 6 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ namespace SqlSugarDemo
public int id { set; get; }
public string name { set; get; }
public DateTime create_time { set; get; }
public DateTime? create_time { set; get; }
}