whyclxw
2025-04-21 5917ac751e759d11231a6869c3e0f47d2e8bb2f5
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DefectiveProductsHistory;
 
public interface DefectiveProductsHistoryMapper extends CustomMapper<DefectiveProductsHistory>{
}