| | |
| | | package com.iailab.module.data.channel.opcua.dao; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.iailab.framework.tenant.core.db.dynamic.TenantDS; |
| | | import com.iailab.module.data.channel.opcua.entity.ChannelOPCUATagEntity; |
| | | import com.iailab.module.data.channel.opcua.entity.ChannelOPCUATagEntity; |
| | | import com.iailab.module.data.channel.opcua.entity.ChannelOPCUATagEntity; |
| | |
| | | * @Description |
| | | * @createTime 2023年05月8日 15:01:00 |
| | | */ |
| | | @TenantDS |
| | | @Mapper |
| | | public interface ChannelOPCUATagDao extends BaseMapper<ChannelOPCUATagEntity> { |
| | | } |