package com.tianbo.service;
import com.tianbo.common.ModelAndPage;
import com.tianbo.model.TEtlMessage;
/**
* Created by Mr.Xu on 2017/9/14.
*/
public interface EtlmessageService {
ModelAndPage<TEtlMessage> findEtlMessage(int start, int pagelenth)throws Exception;
}