摘要: 自定义类型 public class Product { public int Id { get; set; } // 自增ID public string Name { get; set; } // 名称 public s... 阅读全文
posted @ 2014-10-28 15:17 王小贝 阅读(343) 评论(0) 推荐(0)