IPaymentService.java 86 B

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