Jay
2025-05-22 af517152b9fc6f86710f6aed423fc6c4ec38d030
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> {
 
}