lxw
2022-09-29 4deaba7a9924c132cea872440da7f2894c7e5d16
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductHistory;
 
public interface ProductHistoryMapper extends CustomMapper<ProductHistory>{
}