QC复核 -二次提交-uat-3
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2025-07-15 15:28:58 +08:00
parent 16099cc6d8
commit e39d2e8ff8
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; }
}