添加项目文件。
This commit is contained in:
22
extend/Tnb.Extend.Entitys/Dto/Email/EmailHomeOutput.cs
Normal file
22
extend/Tnb.Extend.Entitys/Dto/Email/EmailHomeOutput.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Extend.Entitys.Dto.Email;
|
||||
|
||||
[SuppressSniffer]
|
||||
public class EmailHomeOutput
|
||||
{
|
||||
/// <summary>
|
||||
/// ID.
|
||||
/// </summary>
|
||||
public string? id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 标题.
|
||||
/// </summary>
|
||||
public string? fullName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建时间.
|
||||
/// </summary>
|
||||
public DateTime? creatorTime { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user