package com.java110.fee.bmo.feeFormula; import com.java110.po.fee.FeeFormulaPo; import org.springframework.http.ResponseEntity; public interface ISaveFeeFormulaBMO { /** * 添加费用公式 * add by wuxw * * @param feeFormulaPo * @return */ ResponseEntity save(FeeFormulaPo feeFormulaPo); }