/// <summary> /// 得到一个对象实体 /// </summary> public AdPositionBackups DataRowNameToModel(DataRow row) { return(dal.DataRowNameToModel(row)); }