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