whycxzp
2025-06-10 73bb5617e6aeb4ee8f7dfd4ad54b61d477969d86
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>{
}