| | |
| | | */ |
| | | package org.springblade.modules.property.mapper; |
| | | |
| | | import org.springblade.modules.property.entity.PropertyDistrictUserEntity; |
| | | import org.springblade.modules.property.vo.PropertyDistrictUserVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.modules.property.entity.PropertyDistrictUserEntity; |
| | | import org.springblade.modules.property.vo.PropertyDistrictUserVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | List<PropertyDistrictUserVO> selectPropertyDistrictUserPage(IPage page, PropertyDistrictUserVO propertyDistrictUser); |
| | | |
| | | |
| | | List<String> selectPropertyDistrictByUserId(Long userId); |
| | | |
| | | |
| | | } |