2017年2月22日
摘要: class Program{ public static void Main(string[] args) { List<T> list = new List<T>(); list.Add(new T() { orderid = 1, houseid = 1 }); list.Add(new T() 阅读全文
posted @ 2017-02-22 16:24 blog_luozl 阅读(523) 评论(0) 推荐(0) 编辑