Jay
2025-05-22 de8bd3a14c01273cf8382a0573b31b8321c0ed7a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.iailab.module.model.mcs.sche.dao;
 
import com.iailab.framework.mybatis.core.mapper.BaseMapperX;
import com.iailab.framework.tenant.core.db.dynamic.TenantDS;
import com.iailab.module.model.mcs.sche.entity.StSuggestSnapshotConfDetEntity;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @author Jay
 */
@TenantDS
@Mapper
public interface StSuggestSnapshotConfDetDao extends BaseMapperX<StSuggestSnapshotConfDetEntity> {
 
}