using System; using Infrastructure.Attribute; using ARW.Repository.System; using ARW.Model.Models.Business.Carts; namespace ARW.Repository.Business.Carts { /// /// 购物车记录仓储 /// /// @author lwh /// @date 2023-07-20 /// [AppService(ServiceLifetime = LifeTime.Transient)] public class CartRepository : BaseRepository { #region 业务逻辑代码 #endregion } }