public int Del(object id) { string sql = ReflectHelper <T> .GetDelStr(id); return(SqlDbHelper.ADU(sql)); }