提交 | 用户 | 时间
|
7fd198
|
1 |
package com.iailab.module.model.mcs.pre.dao; |
潘 |
2 |
|
|
3 |
import com.iailab.framework.common.dao.BaseDao; |
58c749
|
4 |
import com.iailab.framework.tenant.core.db.dynamic.TenantDS; |
7fd198
|
5 |
import com.iailab.module.model.mcs.pre.entity.MmPredictMergeItemEntity; |
潘 |
6 |
import org.apache.ibatis.annotations.Mapper; |
|
7 |
|
|
8 |
/** |
|
9 |
* @author PanZhibao |
|
10 |
* @date 2021年04月27日 8:50 |
|
11 |
*/ |
58c749
|
12 |
@TenantDS |
7fd198
|
13 |
@Mapper |
潘 |
14 |
public interface MmPredictMergeItemDao extends BaseDao<MmPredictMergeItemEntity> { |
|
15 |
} |