whycxzp
2022-08-08 0260054be8b5a7c1ffd0ff646ed8efd722dc8fd9
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ComponentProductHistory;
 
public interface ComponentProductHistoryMapper extends CustomMapper<ComponentProductHistory>{
}