AccountService.java 137 B

12345678910
  1. package com.caimei.www.service;
  2. /**
  3. * Description
  4. *
  5. * @author : Charles
  6. * @date : 2020/7/24
  7. */
  8. public interface AccountService {
  9. }