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