1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleApplication1 7 { 8 //实体类 (封装字段、属性) 9 public class Nation10 {11 private string code;12 13 public string Code14 {15 ge ......
本文摘自 :https://www.cnblogs.com/


