提交 | 用户 | 时间
|
9d7e02
|
1 |
package com.iailab.module.data.channel.opcda.dao; |
潘 |
2 |
|
|
3 |
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
0fbd01
|
4 |
import com.iailab.framework.tenant.core.db.dynamic.TenantDS; |
9d7e02
|
5 |
import com.iailab.module.data.channel.opcda.entity.ChannelOPCDATagEntity; |
潘 |
6 |
import org.apache.ibatis.annotations.Mapper; |
|
7 |
|
|
8 |
/** |
|
9 |
* @author DongYukun |
|
10 |
* @Description |
|
11 |
* @createTime 2023年05月8日 15:01:00 |
|
12 |
*/ |
0fbd01
|
13 |
@TenantDS |
9d7e02
|
14 |
@Mapper |
潘 |
15 |
public interface ChannelOPCDATagDao extends BaseMapper<ChannelOPCDATagEntity> { |
|
16 |
} |