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