whycxzp
2022-09-08 72d1465f0d04e9fd9ac5255dab1e3fda373d9a26
1
2
3
4
5
6
7
package com.whyc.mapper;
 
import com.whyc.pojo.Product;
 
public interface ProductMapper extends CustomMapper<Product>{
 
}