提交 | 用户 | 时间 | ||
e41062 | 1 | package com.iailab.module.data.ind.item.dao; |
潘 | 2 | |
3 | import com.iailab.framework.mybatis.core.mapper.BaseMapperX; | |
4 | import com.iailab.framework.tenant.core.db.dynamic.TenantDS; | |
5 | import com.iailab.module.data.ind.item.entity.IndItemCalEntity; | |
6 | import org.apache.ibatis.annotations.Mapper; | |
7 | ||
8 | /** | |
9 | * @author PanZhibao | |
10 | * @Description | |
11 | * @createTime 2024年09月11日 | |
12 | */ | |
13 | @TenantDS | |
14 | @Mapper | |
15 | public interface IndItemCalDao extends BaseMapperX<IndItemCalEntity> { | |
16 | } |