package com.fdkankan.contro.mapper; import com.fdkankan.contro.entity.RelocationBatchDetail; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** *

* Mapper 接口 *

* * @author * @since 2025-09-09 */ @Mapper public interface IRelocationBatchDetailMapper extends BaseMapper { }