phpcjl
2024-11-26 d66f9e8e853c3c4a2314ce9d0a20b85da5a8c67e
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> {
}