package com.java110.fee.bmo.feeDiscountSpec; import com.java110.dto.feeDiscount.FeeDiscountSpecDto; import org.springframework.http.ResponseEntity; public interface IGetFeeDiscountSpecBMO { /** * 查询费用折扣 * add by wuxw * * @param feeDiscountSpecDto * @return */ ResponseEntity get(FeeDiscountSpecDto feeDiscountSpecDto); }