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