| | |
| | | */ |
| | | package org.springblade.modules.shareholder.mapper; |
| | | |
| | | import org.springblade.modules.shareholder.entity.Shareholder; |
| | | import org.springblade.modules.shareholder.vo.ShareholderVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.modules.shareholder.entity.Shareholder; |
| | | import org.springblade.modules.shareholder.vo.ShareholderVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | List<ShareholderVO> selectShareholderPage(IPage page, ShareholderVO shareholder); |
| | | |
| | | List<ShareholderVO> selectShareholderInfo(IPage page,String creditcode); |
| | | } |