/// <summary> /// 得到一个对象实体 /// </summary> public Mofang.Model.ProductCategory DataRowToModel(DataRow row) { return(dal.DataRowToModel(row)); }