mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
performance optimization
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user