摘要: class Product { public int ID { get; set; } public string Name { get; set; } public string Region { get; set; } public decimal Price { ... 阅读全文
posted @ 2018-09-19 19:18 做而不求 阅读(123) 评论(0) 推荐(0) 编辑