| | |
| | | */ |
| | | package org.springblade.modules.house.service; |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.modules.house.dto.UserHouseLabelDTO; |
| | | import org.springblade.modules.house.entity.UserHouseLabelEntity; |
| | | import org.springblade.modules.house.excel.UserHouseLabelExcel; |
| | | import org.springblade.modules.house.vo.HouseholdLabelVO; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.modules.system.excel.UserExcel; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | /** |
| | | * 住户-标签 自定义新增或修改 |
| | | * |
| | | * @param householdLabel |
| | | * @return |
| | | */ |
| | | boolean saveOrUpdateHouseholdLabel(UserHouseLabelEntity householdLabel); |
| | | boolean saveOrUpdateHouseholdLabel(UserHouseLabelEntity householdLabel); |
| | | |
| | | |
| | | List<Integer> selectUserLabelList(UserHouseLabelDTO userHouseLabelDTO); |
| | | |
| | | void importUserHouseLabel(List<UserHouseLabelExcel> data, Boolean isCovered); |
| | | void importUserHouseLabel(List<UserHouseLabelExcel> data, Boolean isCovered); |
| | | |
| | | IPage<HouseholdLabelVO> statisticalLabels(IPage<HouseholdLabelVO> page, HouseholdLabelVO householdLabel); |
| | | } |