package com.platform.yijia.service; import com.platform.yijia.pojo.IntegralRule; import com.platform.yijia.pojo.IntegralWares; import java.util.List; public interface IntegralRuleService { //获取油站积分规则 List getIntegralRule(IntegralRule integralRule); }