This commit is contained in:
sunkaixuan
2017-04-24 01:31:37 +08:00
parent f07e357ca8
commit f7ca4a4b05
9 changed files with 120 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using SqlSugar;
using System.Linq.Expressions;
using Chloe.Entity;
namespace OrmTest.Models
{
@@ -17,6 +18,7 @@ namespace OrmTest.Models
public int SchoolId { get; set; }
public DateTime CreateTime { get; set; }
[SugarColumn(IsIgnore=true)]
[NotMappedAttribute]
public int TestId { get; set; }
}
}