| | |
| | | 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.MmResultTableEntity; |
| | | import com.iailab.module.model.mcs.pre.entity.MmResultTableEntity; |
| | | import com.iailab.module.model.mcs.pre.vo.MmResultTablePageReqVO; |
| | |
| | | * @author PanZhibao |
| | | * @date 2021年04月23日 16:20 |
| | | */ |
| | | @TenantDS |
| | | @Mapper |
| | | public interface MmResultTableDao extends BaseMapperX<MmResultTableEntity> { |
| | | |