whycxzp
2023-09-21 60435508c1d01a18392d5d7fa90ebf5189e35e5a
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductHistory;
 
public interface ProductHistoryMapper extends CustomMapper<ProductHistory>{
}