using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AirWheel.Cycling.Entity
{
public class ResponseCategory: BaseResponseModel
{
///
/// 获取头部分类列表
///
public List categoryList
{
get; set;
}
}
}