package com.gyee.runeconomy.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.gyee.runeconomy.entity.StationInfoMonth; /** *

* Mapper 接口 *

* * @author gfhd * @since 2024-03-05 */ public interface StationInfoMonthMapper extends BaseMapper { }