修改邮件

This commit is contained in:
2022-10-27 14:40:15 +08:00
parent 659dba85d1
commit 1bb0c52773
19 changed files with 514 additions and 268 deletions
@@ -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; }