yuan
3 天以前 08f9e2c63a1e7f2f718954fda0e7db66c6c88513
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> {
 
}