IOpenApiService.java 165 Bytes
Newer Older
zhangxiaoyan committed
1 2 3 4 5 6 7 8 9 10 11 12 13
package common.service;


/**
 * description:
 *
 * @author nolan
 * @date 13/09/2017
 */
public interface IOpenApiService
{
    void listInfo4AppData(String ds);
}