修改备注
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2025-01-16 16:51:58 +08:00
parent 63919c8f6b
commit 36f0e20340
1 changed files with 8 additions and 3 deletions

View File

@ -19,15 +19,20 @@ public class TrialUserRole : BaseFullDeleteAuditEntity
#endregion
[Comment("这里实际是UserRoleId")]
public Guid UserId { get; set; }
public Guid TrialId { get; set; }
public DateTime? RemoveTime { get; set; }
public DateTime? JoinTime { get; set; }
public Guid TrialUserId { get; set; }
#region 下个版本删除
public DateTime? RemoveTime { get; set; }
public DateTime? JoinTime { get; set; }
#endregion
}