IPaymentService.java 79 B

12345
  1. package cn.hhj;
  2. public interface IPaymentService {
  3. public void doPay();
  4. }