IDeleteAccountBondObjBMO.java 372 Bytes
package com.java110.acct.bmo.accountBondObj;
import com.java110.po.account.AccountBondObjPo;
import org.springframework.http.ResponseEntity;

public interface IDeleteAccountBondObjBMO {


    /**
     * 修改保证金对象
     * add by wuxw
     * @param accountBondObjPo
     * @return
     */
    ResponseEntity<String> delete(AccountBondObjPo accountBondObjPo);


}