diff --git a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs index 1d4f60f0f6..68439c9d4b 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs +++ b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs @@ -50,7 +50,7 @@ public class IdentityRole : AggregateRoot, IMultiTenant, IHasEntityVersion public virtual bool IsPublic { get; set; } /// - /// An entity version property that auto-increments when the entity changes. + /// A version value that is increased whenever the entity is changed. /// public virtual int EntityVersion { get; protected set; }