package track.service; import tkio.model.AccountRestrict4Web; import track.model.Account; import java.math.BigInteger; /** * Created by song on 2017/10/19. */ public interface TrackAccountFlowRestrictService { BigInteger findRestrictByAccount(Account accountId); }