Exemple #1
0
 /// <summary>
 /// 修改一列数据
 /// </summary>
 public void updateAttribute(int id, string strValue)
 {
     dal.updateAttribute(id, strValue);
 }