Pu Zhibing
2024-11-25 ed2ca4bd91889878f5cc40ea9cd1d4afd8240dfd
1
2
3
4
5
6
7
package com.ruoyi.other.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.domain.ShoppingCart;
 
public interface ShoppingCartMapper extends BaseMapper<ShoppingCart> {
}