package project.c2c; public interface C2cUserStatisticsService { /* * 承兑商 统计数据 */ public void statistics() throws Throwable; }