package com.fjhx.service; import com.fjhx.vo.BindingVo; public interface IAccountService { void binding(BindingVo bindingVo); }