FileMonitor
continue 2024-11-14 10:09:59 +08:00
parent ee6f3ed143
commit 929a758531
2 changed files with 4162 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -57,5 +57,8 @@ namespace OpenAuth.Repository.Domain
public long CreateId { get; set; }
[Description("加密密钥")]
public string Secretkey { get; set; }
[Description("头像")]
public string HeadIcon { get; set; }
}
}