zss
2 天以前 1682c3d3f6a29c9de2f3d8a5f926d08855483534
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> {
 
}