1.
phpcjl
2024-12-09 4c413a51d19f0b85dd035c43ebb278681610be4b
1
2
3
4
5
6
7
8
package com.ruoyi.order.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.order.model.ShoppingCart;
 
public interface ShoppingCartMapper extends BaseMapper<ShoppingCart> {
 
}