mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-01 19:03:58 +08:00
-
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user