| | |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.common.node.TreeIntegerNode; |
| | | import org.springblade.common.node.TreeStringNode; |
| | | import org.springblade.modules.house.entity.HouseholdEntity; |
| | | import org.springblade.modules.house.excel.HouseHoldExcel; |
| | |
| | | |
| | | void importUserHouseHold(List<HouseHoldExcel> data, Boolean isCovered); |
| | | |
| | | Integer statistics(Long userId,String neiCode); |
| | | Integer statistics(Long userId,String neiCode,Integer confirmFlag); |
| | | |
| | | /** |
| | | * 住户对应物业,网格,公安负责人查询 |
| | |
| | | * @return |
| | | */ |
| | | List<HouseholdVO> getHouseholdListByParam(List<Integer> list); |
| | | |
| | | List<TreeIntegerNode> getlabelStatistics(HouseholdVO household); |
| | | } |