KKSU
2024-12-23 ff2845059d92bb71c7901e18a4936a246b7aa1e5
1
2
3
4
5
6
7
package cc.mrbird.febs.unisoftiot.api.mapper;
 
import cc.mrbird.febs.unisoftiot.api.entity.Product;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface ProductMapper extends BaseMapper<Product> {
}