Post.cs 860 字节
Newer Older
M
mgravell 已提交
1

S
Sam Saffron 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
namespace SqlMapper.Linq2Sql
{
    public partial class Post
    {
        /*
        public int Bloat { get; set; }
        public int Bloat1 { get; set; }
        public int Bloat2 { get; set; }
        public int Bloat3 { get; set; }
        public int Bloat4 { get; set; }
        public int Bloat5 { get; set; }
        public int Bloat6 { get; set; }
        public int Bloat7 { get; set; }
        public int Bloat8 { get; set; }


        public int Bloat10 { get; set; }
        public int Bloat11 { get; set; }
        public int Bloat12 { get; set; }
        public int Bloat13 { get; set; }
        public int Bloat14 { get; set; }
        public int Bloat15 { get; set; }
        public int Bloat16 { get; set; }
        public int Bloat17 { get; set; }
        public int Bloat18 { get; set; }
        */
    }
}