- package com.kym.mapper;
- import com.kym.entity.RechargeConfigStationGroup;
- import com.kym.mapper.mybatisplus.MyBaseMapper;
- /**
- * 充值配置分组-站点关联 Mapper
- *
- * @author skyline
- * @since 2026-05-26
- */
- public interface RechargeConfigStationGroupMapper extends MyBaseMapper<RechargeConfigStationGroup> {
- }
|