mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
update summary
This commit is contained in:
@ -343,6 +343,9 @@ namespace FreeSql.Aop
|
||||
}
|
||||
private object _value;
|
||||
public bool ValueIsChanged { get; private set; }
|
||||
/// <summary>
|
||||
/// 实体对象
|
||||
/// </summary>
|
||||
public object Object { get; }
|
||||
}
|
||||
public enum AuditValueType { Update, Insert, InsertOrUpdate }
|
||||
|
Reference in New Issue
Block a user