FileMonitor
parent
ee6f3ed143
commit
929a758531
File diff suppressed because it is too large
Load Diff
|
|
@ -57,5 +57,8 @@ namespace OpenAuth.Repository.Domain
|
||||||
public long CreateId { get; set; }
|
public long CreateId { get; set; }
|
||||||
[Description("加密密钥")]
|
[Description("加密密钥")]
|
||||||
public string Secretkey { get; set; }
|
public string Secretkey { get; set; }
|
||||||
|
|
||||||
|
[Description("头像")]
|
||||||
|
public string HeadIcon { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue