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