whyclxw
2024-10-19 fde79eb1e026efe7f3c41c3159726492eda7944b
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_batt_testdata.BatttestdataId;
 
public interface BatttestdataIdMapper extends CustomMapper<BatttestdataId>{
}