xuhy
2025-04-27 bfa6af3b50fa16ed4f1d835f8f9fc9237c83e64c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.ruoyi.admin.large.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.admin.large.model.AnalysisServiceIndexChildData;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author xiaochen
 * @since 2025-04-21
 */
@Mapper
public interface AnalysisServiceIndexChildDataMapper extends BaseMapper<AnalysisServiceIndexChildData> {
 
}