Pu Zhibing
2024-11-25 abd19b59926737dad2ca58331bcf38a2f3d1d32b
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> {
}