package com.by4cloud.platform.processing.mapper; import com.by4cloud.platform.common.data.datascope.PlatformBaseMapper; import com.by4cloud.platform.processing.entity.Plan; import org.apache.ibatis.annotations.Mapper; /** * 计划表 * * @author zzl * @date 2025-10-17 09:47:25 */ @Mapper public interface PlanMapper extends PlatformBaseMapper { }