Pu Zhibing
2024-11-27 0befca3e70b575c420e7a14fa113aeb74b8fbef8
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> {
}