package com.java110.acct.integral; import com.java110.dto.integral.DeductionIntegralDto; public interface IDeductionIntegral { int deduction(String orderId); }