Pu Zhibing
2024-11-27 0befca3e70b575c420e7a14fa113aeb74b8fbef8
1
2
3
4
5
6
7
package com.ruoyi.other.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.other.api.domain.ShoppingCart;
 
public interface ShoppingCartService extends IService<ShoppingCart> {
}