using System;
namespace Admin.NET.Application
{
public class BusSpeciaItemslistGroupOutput
{
///
/// 专家姓名
///
public string Name { get; set; }
///
///
///
public string MajorTag { get; set; }
public List MajorTags { get; set; }
///
/// 专家性别
///
public int Gander { get; set; }
///
/// 专家头像
///
public string Pic { get; set; }
///
/// 专家电话
///
public string Phone { get; set; }
///
/// 从业经验
///
public string ServiceExpres { get; set; }
///
/// Sort排序
///
public int Sort { get; set; }
///
/// Id主键
///
public long Id { get; set; }
///
///
///
public string BusinessScope { get; set; }
///
/// 简介
///
public string Summary { get; set; }
}
///
/// 专家团队输出参数
///
public class BusSpecialistGroupOutput
{
///
/// 专家方向
///
public long MajorType { get; set; }
///
/// 专家姓名
///
public string Name { get; set; }
///
/// 专家性别
///
public int Gander { get; set; }
///
/// 专家头像
///
public string Pic { get; set; }
///
/// 专家电话
///
public string Phone { get; set; }
///
/// 从业经验
///
public string ServiceExpres { get; set; }
///
/// 专业标签
///
public string MajorTag { get; set; }
///
/// 专家简介
///
public string Summery { get; set; }
///
/// 咨询领域
///
public string BusinessScope { get; set; }
///
/// Sort排序
///
public int Sort { get; set; }
///
/// Id主键
///
public long Id { get; set; }
}
public class SpecialObjectDto
{
public int code { get; set; }
public string msg { get; set; }
public Data data { get; set; }
public int count { get; set; }
}
public class Data
{
public List data { get; set; }
public int count { get; set; }
}
public class Datum
{
public string browse_count { get; set; }
public string image { get; set; }
public string title { get; set; }
public int type { get; set; }
public int sort { get; set; }
public long sales { get; set; }
public int is_light { get; set; }
public int light_type { get; set; }
public int is_mer_visible { get; set; }
public string money { get; set; }
public string member_money { get; set; }
public int subject_id { get; set; }
public int pay_type { get; set; }
public string[] label { get; set; }
public int id { get; set; }
public int fake_sales { get; set; }
public string add_time { get; set; }
public int count { get; set; }
public string url { get; set; }
}
}