feat: 使用 PostgreSQL xmin 系统列作为并发控制
All checks were successful
Build and Deploy AdminApi / build-and-deploy (push) Successful in 38s

This commit is contained in:
msumshk
2026-02-05 21:21:18 +08:00
parent e7e420be32
commit 2eb309ccec
5 changed files with 37 additions and 57 deletions

View File

@@ -79,7 +79,7 @@ public sealed class IdentityUser : AuditableEntityBase
public string? Avatar { get; set; }
/// <summary>
/// 并发控制字段(映射到 PostgreSQL xmin
/// 并发控制字段(映射到 PostgreSQL xmin 系统列)。
/// </summary>
public uint RowVersion { get; set; }
}