- 增加 Aop.AuditValue 事件,在插入/更新数据时审计属性值;

This commit is contained in:
28810
2019-08-25 18:19:31 +08:00
parent b57d35ae9b
commit 33612bd8bd
4 changed files with 5 additions and 5 deletions

View File

@ -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 }
}