/// <summary> /// 得到一个对象实体 GetModel(Guid Guid) /// </summary> public AlbumInfo GetModel(string guid) { return(_album.GetModel(guid)); }