whyclxw
2024-07-23 91369d43eb19c44259391feb5087b261f8e8c5a5
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DefectiveProductsHistory;
 
public interface DefectiveProductsHistoryMapper extends CustomMapper<DefectiveProductsHistory>{
}