package com.changhong.epc.bean.tenant.bill; @FunctionalInterface public interface BillEach { void each(String key, String val); }