using System; using System.Collections.Generic; using System.Text; namespace DllUfpEntity { public class LayuiModel { public int code { get; set; } public string msg { get; set; } public int count { get; set; } public IEnumerable data { get; set; } public object extraObject { get; set; } } }