| | |
| | | import com.iailab.framework.common.pojo.PageResult; |
| | | import com.iailab.framework.mybatis.core.mapper.BaseMapperX; |
| | | import com.iailab.framework.mybatis.core.query.LambdaQueryWrapperX; |
| | | import com.iailab.framework.tenant.core.db.dynamic.TenantDS; |
| | | import com.iailab.module.model.mcs.pre.entity.MmPredictItemEntity; |
| | | import com.iailab.module.model.mcs.pre.entity.MmPredictItemEntity; |
| | | import com.iailab.module.model.mcs.pre.vo.MmPredictItemPageReqVO; |
| | |
| | | * @author PanZhibao |
| | | * @date 2021年04月26日 11:35 |
| | | */ |
| | | @TenantDS |
| | | @Mapper |
| | | public interface MmPredictItemDao extends BaseMapperX<MmPredictItemEntity> { |
| | | |