[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/csharp2012/Blog.Core/master/Blog.Core.Model/TableModel.cs [Back]  [Original]

using System;
using System.Collections.Generic;
using System.Text;

namespace Blog.Core.Model
{
    /// 
    /// 
    /// 
    public class TableModel
    {
        /// 
        /// 
        /// 
        public int Code { get; set; }
        /// 
        /// 
        /// 
        public string Msg { get; set; }
        /// 
        /// 
        /// 
        public int Count { get; set; }
        /// 
        /// 
        /// 
        public List Data { get; set; }
    }
}

Web Proxy Viewer  |  New URL  |  Original Page