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