mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
- 增加 Aop.AuditValue 事件,在插入/更新数据时审计属性值;
This commit is contained in:
@ -306,7 +306,7 @@ namespace FreeSql.Aop
|
||||
}
|
||||
}
|
||||
private object _value;
|
||||
internal bool IsChanged { get; private set; }
|
||||
public bool IsChanged { get; private set; }
|
||||
}
|
||||
public enum AutoValueType { Update, Insert }
|
||||
}
|
Reference in New Issue
Block a user