namespace Znyc.Admin.Commons.Dtos
{
    /// <summary>
    /// 定义输出DTO
    /// </summary>
    public interface IOutputDto
    {
    }
}