| | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.modules.recordLegalperson.dto.RecordLegalpersonDTO; |
| | | import org.springblade.modules.recordLegalperson.entity.RecordLegalperson; |
| | | import org.springblade.modules.recordLegalperson.vo.RecordLegalpersonVO; |
| | | |
| | |
| | | */ |
| | | List<RecordLegalpersonVO> selectRecordPage(IPage page, @Param("record") RecordLegalpersonVO record, String jurisdiction); |
| | | Map selectIn(String cardid,String type); |
| | | |
| | | /** |
| | | * 查询公司详情信息 |
| | | * @param record |
| | | * @return |
| | | */ |
| | | RecordLegalpersonDTO selectRecordDetail(@Param("record")RecordLegalpersonDTO record); |
| | | } |