package com.cdzy.operations.mapper; import com.mybatisflex.core.BaseMapper; import com.cdzy.operations.model.entity.EbikeBatteryInfo; /** * 电池基本信息 映射层。 * * @author attiya * @since 2025-09-15 */ public interface EbikeBatteryInfoMapper extends BaseMapper { }