| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | 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; |
| | | |
| | |
| | | */ |
| | | IPage<RecordLegalpersonVO> selectRecordPage(IPage<RecordLegalpersonVO> page, @Param("record") RecordLegalpersonVO record, String jurisdiction); |
| | | Map selectIn(String cardid,String type); |
| | | |
| | | /** |
| | | * 保安公司法人变更详情(基本信息和附件列表信息) |
| | | * @param record |
| | | * @return |
| | | */ |
| | | RecordLegalpersonDTO getDetails(RecordLegalpersonDTO record); |
| | | } |