| | |
| | | **/ |
| | | @FeignClient(name = "community-service", configuration = {FeignConfiguration.class}) |
| | | public interface IImportPropertyWhiteListfFlowServiceSMO { |
| | | int savePropertyWhiteListFlow(@RequestBody List<PropertyWhiteListFlowDto> importOwnerRoomDtos); |
| | | int savePropertyWhiteListFlow(@RequestBody PropertyWhiteListFlowDto importOwnerRoomDtos); |
| | | |
| | | List<PropertyWhiteListFlowDto> queryPropertyWhiteListFlow(@RequestBody PropertyWhiteListFlowDto importOwnerRoomDtos); |
| | | |
| | | int countPropertyWhiteListFlow(PropertyWhiteListFlowDto white); |
| | | } |