using System;
namespace GDZZ.Application
{
///
/// 邀请码表输出参数
///
public class InvitationCodeOutput
{
///
/// 主键Id
///
public long Id { get; set; }
public string Name { get; set; }
public string Avatar { get; set; }
public DateTime dateTime { get; set; }
}
}