| | |
| | | import org.springblade.modules.house.mapper.UserHouseLabelMapper; |
| | | import org.springblade.modules.house.service.IUserHouseLabelService; |
| | | import org.springblade.modules.house.vo.HouseholdLabelVO; |
| | | import org.springblade.modules.house.vo.UserHouseLabelVO; |
| | | import org.springblade.modules.label.entity.LabelEntity; |
| | | import org.springblade.modules.label.service.ILabelService; |
| | | import org.springblade.modules.label.service.impl.LabelServiceImpl; |
| | |
| | | public List<UserHouseLabelEntity> getLabelList(String labelName) { |
| | | return baseMapper.getLabelList(labelName); |
| | | } |
| | | |
| | | @Override |
| | | public List<UserHouseLabelEntity> getUserHouseLabelList(UserHouseLabelVO userHouseLabelVO) { |
| | | return baseMapper.getUserHouseLabelList(userHouseLabelVO); |
| | | } |
| | | } |