| | |
| | | |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.stylefeng.guns.modular.system.model.HouseResource; |
| | | import com.stylefeng.guns.modular.system.util.ResultUtil; |
| | | import com.stylefeng.guns.modular.system.warpper.req.AddHouseReq; |
| | | import com.stylefeng.guns.modular.system.warpper.req.HouseQuery; |
| | | import com.stylefeng.guns.modular.system.warpper.req.SearchHouseResourceReq; |
| | | import com.stylefeng.guns.modular.system.warpper.req.UserInfoQuery; |
| | | import com.stylefeng.guns.modular.system.warpper.res.*; |
| | | |
| | | import java.util.List; |
| | |
| | | ContactInformationRes getContactInformation(Integer id); |
| | | |
| | | |
| | | SearchHouseResourceRes listHouse(HouseQuery query); |
| | | |
| | | ResultUtil addHouse(AddHouseReq req); |
| | | |
| | | ResultUtil confirm(Integer userType); |
| | | |
| | | List<CollectListRes> collect(Integer id); |
| | | |
| | | ResultUtil<Integer> getSurplusPushNumber1(); |
| | | |
| | | |
| | | } |