package com.goafanti.customer.service; public interface UserOutboundService { Object checkUser(Integer type); }