1 2 3 4 5 6 7 8 9
package com.lyms.etl.service;/** * @Author: litao * @Date: 2017/5/3 0003 12:00 * @Version: V1.0 */public interface IEtlService extends IInvokeHandler {}