whycxzp
2025-04-07 f9ec461ff57fa99571ef3857579050a5d136ab6d
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_abe_testdata.AbeTestDataInf;
 
public interface AbeTestDataInfMapper extends CustomMapper<AbeTestDataInf>{
}