摘要: 1 public class Product 2 { 3 public string Name { get;set;} 4 public int Code { get; set; } 5 } 6 ... 阅读全文
posted @ 2014-07-08 17:18 Debugs 阅读(227) 评论(0) 推荐(0)