Esempio n. 1
0
 public bool UpdateMapByMid(M_Structure model)
 {
     return(Sql.UpdateByID(strTableName, "ID", model.ID, BLLCommon.GetFieldAndPara(model), model.GetParameters()));
 }