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