zhangzeli
5 天以前 7a8a994feafb8ef8333a9590bd637630c42609d6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
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<Plan> {
 
}