whycxzp
2025-06-09 7fe1ea37e4044eb61374a51c5a2fe1ecf9e834be
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_lithium_testdata.BattLithiumTestData;
 
public interface BattLithiumTestDataMapper extends CustomMapper<BattLithiumTestData>{
}