- package com.gyee.runeconomy.mapper;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- import com.gyee.runeconomy.entity.StationInfoMonth;
- /**
- * <p>
- * Mapper 接口
- * </p>
- *
- * @author gfhd
- * @since 2024-03-05
- */
- public interface StationInfoMonthMapper extends BaseMapper<StationInfoMonth> {
- }
|