我觉得对于实体类(没有方法的类),只要用字段就好了,没必弄得像下面这个样子:  
  private AttributeConfig m_ColumnMap;
  public AttributeConfig ColumnMap
  {
   get{return m_ColumnMap;}
   set{m_ColumnMap=value;}
  }

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2021-12-19
  • 2021-08-25
  • 2021-12-26
猜你喜欢
  • 2022-02-23
  • 2021-12-16
  • 2022-02-11
  • 2021-05-25
  • 2021-12-16
  • 2021-07-16
  • 2022-12-23
相关资源
相似解决方案