a7f8669d6d60df4a579a488c2522c33214ca442a.svn-base 175 B

12345678
  1. package cn.com.goldenwater.dcproj.service;
  2. public interface SynchronousDataService {
  3. void listAll() throws Exception;
  4. String getAccessToken() throws Exception;
  5. }