using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace BookingJieFeng.Models { public class RespListUser : RespCommon { public List Data { get; set; } public int Total { get; set; } } }