package com.klp.ems.mapper; import com.klp.ems.domain.WmsEnergyAreaLink; import com.klp.ems.domain.vo.WmsEnergyAreaLinkVo; import com.klp.common.core.mapper.BaseMapperPlus; /** * EMS能源与库区映射关系 Mapper接口 * * @author Joshi * @date 2025-12-08 */ public interface WmsEnergyAreaLinkMapper extends BaseMapperPlus { }