whycxzp
2025-06-10 cd7f83d5b2c9a36ad571e016d743ab61824dbfe5
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_lithium_ram_db.BattLithiumRtData;
 
public interface BattLithiumRtDataMapper extends CustomMapper<BattLithiumRtData>{
}