wl
2022-11-08 39f08dd934cde1a02f1c243faa43174fa474c87f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ycl.mapper.cockpitManage;
 
import com.ycl.entity.cockpitManage.TeamConstruction;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 队伍建设表 Mapper 接口
 * </p>
 *
 * @author zhanghua
 * @since 2022-10-31
 */
public interface TeamConstructionMapper extends BaseMapper<TeamConstruction> {
 
}