package com.steerinfo.dil.service; import java.math.BigDecimal; public interface ICommonService { BigDecimal getSeqCount(String seq__wmsp_inbound_group); }