package com.sandu.ximon.admin.entity; /** * 内协议帧 */ public interface InnerFrame { // 获取协议帧 String getCommand(); }