huminmin
2026-04-23 a5399a87f59b5c1d14b7232e9d5cb0413c6a783d
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> {
 
}