修改邮件
This commit is contained in:
@@ -16,14 +16,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public class TrialEmailNoticeUser : Entity
|
||||
{
|
||||
|
||||
[JsonIgnore]
|
||||
public User User { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public TrialEmailNoticeConfig TrialEmailNoticeConfig { get; set; }
|
||||
|
||||
|
||||
public Guid UserId { get; set; }
|
||||
public UserTypeEnum UserType { get; set; }
|
||||
|
||||
|
||||
public Guid TrialEmailNoticeConfigId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user