LayUIDataResult

    /// <summary>
    /// LayUi数据表格返回格式
    /// </summary>
    /// <typeparam name="T"></typeparam>
    public class LayUIDataResult<T>
    {
        public int code { set; get; }
        public string msg { set; get; }
        public long count { set; get; }
        public List<T> data { set; get; }

    }

 

posted @ 2020-09-17 13:41  妖狐鬼魅  阅读(200)  评论(0编辑  收藏  举报