package com.java110.fee.bmo.payFeeDetailMonth; import com.java110.po.payFee.PayFeeDetailMonthPo; import org.springframework.http.ResponseEntity; public interface ISavePayFeeDetailMonthBMO { /** * 添加月缴费表 * add by wuxw * @param payFeeDetailMonthPo * @return */ ResponseEntity save(PayFeeDetailMonthPo payFeeDetailMonthPo); }