using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace JiangSu.Models { public class Grid { public Grid() { } public long id { set; get; } public string json { set; get; } } }