QC复核 -二次提交-uat-3

Uat_IRC_Net8
hang 2025-07-15 15:28:58 +08:00
parent 1609a7a88a
commit d5d78a99d2
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public abstract class BaseFullAuditEntity : Entity, IAuditUpdate, IAuditAdd
public UserRole CreateUserRole { get; set; }
[ForeignKey("CreateUserId")]
[ForeignKey("UpdateUserId")]
[JsonIgnore]
public UserRole UpdateUserRole { get; set; }
}