修改备注
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
63919c8f6b
commit
36f0e20340
|
@ -19,15 +19,20 @@ public class TrialUserRole : BaseFullDeleteAuditEntity
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
[Comment("这里实际是UserRoleId")]
|
||||||
public Guid UserId { get; set; }
|
public Guid UserId { get; set; }
|
||||||
public Guid TrialId { get; set; }
|
public Guid TrialId { get; set; }
|
||||||
|
|
||||||
public DateTime? RemoveTime { get; set; }
|
|
||||||
|
|
||||||
public DateTime? JoinTime { get; set; }
|
|
||||||
|
|
||||||
|
|
||||||
public Guid TrialUserId { get; set; }
|
public Guid TrialUserId { get; set; }
|
||||||
|
|
||||||
|
#region 下个版本删除
|
||||||
|
public DateTime? RemoveTime { get; set; }
|
||||||
|
|
||||||
|
public DateTime? JoinTime { get; set; }
|
||||||
|
#endregion
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue