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