packagetkio.service;importtkio.model.AccountRestrict4Web;importjava.math.BigInteger;/** * Created by song on 2017/10/19. */publicinterfaceAccountFlowRestrictService{AccountRestrict4WebfindRestrictByAccount(LongaccountId);BigIntegergetTotalNum(StringcreateTime,StringpastDate,Stringappids,StringreportName,StringsumType);BooleanisTrackAndIoBothExhaust(LongaccountId);BooleanisTrackExhaust(LongaccountId);}