huminmin
2026-05-12 c07b492b6f7c8423d5fe9197f7b3da24e78cd349
1
2
3
4
5
6
7
8
package com.ruoyi.basic.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.basic.pojo.Product;
 
public interface ProductMapper extends BaseMapper<Product> {
 
}