package com.example.demo.sevice; import com.example.demo.domain.vo.ERP; public interface OtherService { int addERP(ERP erp) throws Exception; }