package cn.hhj.service; public interface IPaymentService { public void doPay(); }