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