潘志宝
2024-11-12 7800ddd4a5624993b6735f10c75b5b86d85195e4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.iailab.module.model.mcs.pre.dao;
 
import com.iailab.framework.mybatis.core.mapper.BaseMapperX;
import com.iailab.framework.tenant.core.db.dynamic.TenantDS;
import com.iailab.module.model.mcs.pre.entity.MmModelParamEntity;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @author PanZhibao
 * @date 2021年04月27日 8:55
 */
@TenantDS
@Mapper
public interface MmModelParamDao extends BaseMapperX<MmModelParamEntity> {
}