performance optimization

This commit is contained in:
sunkaixuan
2019-04-29 17:54:36 +08:00
parent 2b98357cf1
commit d96d00c97c
2 changed files with 26 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ namespace OrmTest.Models
public int? SchoolId { get; set; }
public string Name { get; set; }
public DateTime? CreateTime { get; set; }
[SugarColumn(IsIgnore=true)]
[SugarColumn(IsIgnore=true,NoSerialize =true)]
public int TestId { get; set; }
}