chengf
2025-07-24 0763faf565ee071fa2083dfdb2777e66720d77cf
java110-interface/src/main/java/com/java110/intf/IImportPropertyWhiteListfFlowServiceSMO.java
@@ -20,6 +20,9 @@
 **/
@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);
}