mirror of https://github.com/abpframework/abp.git
3 changed files with 5 additions and 5 deletions
@ -1,12 +1,12 @@ |
|||
namespace Volo.Abp.Auditing; |
|||
|
|||
/// <summary>
|
|||
/// An entity version property that auto-increments when the entity changes.
|
|||
/// A version value that is increased whenever the entity is changed.
|
|||
/// </summary>
|
|||
public interface IHasEntityVersion |
|||
{ |
|||
/// <summary>
|
|||
/// An entity version property that auto-increments when the entity changes.
|
|||
/// A version value that is increased whenever the entity is changed.
|
|||
/// </summary>
|
|||
int EntityVersion { get; } |
|||
} |
|||
Loading…
Reference in new issue