whycxzp
2025-04-24 91dc15e7d96b26873a5729aef096d284cc768c1c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DefectiveProductsHistory;
 
public interface DefectiveProductsHistoryMapper extends CustomMapper<DefectiveProductsHistory>{
}