package com.genersoft.iot.vmp.service.bean; public interface InviteErrorCallback { void run(int code, String msg, T data); }