whycxzp
2025-05-29 356bf4cfcbee3e5af9192300bc85632d5b156f00
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>{
}