whyclxw
2025-02-27 fd2df156fa69470b15ccf88b3c9f5a2e6c72bd57
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DefectiveProductsHistory;
 
public interface DefectiveProductsHistoryMapper extends CustomMapper<DefectiveProductsHistory>{
}