whycxzp
2025-05-09 f92783da5430037bf80cf28a5cf7091cdecefbb7
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DefectiveProductsHistory;
 
public interface DefectiveProductsHistoryMapper extends CustomMapper<DefectiveProductsHistory>{
}