liyong
2026-05-15 0578c6c76f13e367b5dc7d0882efe3c69ca4cb0e
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> {
 
}