using Znyc.CloudCar.Model.Entities; namespace Znyc.CloudCar.IRepository.Collection { /// /// 收藏仓储接口 /// public interface ICollectionRepository : IRepositoryBase { } }