摘要: 1 public class Person : BaseDomain 2 { 3 long _id; 4 string firstName; 5 string secondName; 6 string comments; 7 8 public Person() 9 {} 10 11 public P 阅读全文
posted @ 2017-06-15 15:16 谷仁儿 阅读(3245) 评论(0) 推荐(0) 编辑