1
2
3
4
5
6
7
package com.dy.common.mw.protocol;
 
/**
 * 上行数据及下行命令数据  的功能码分析类或功能码命令构造类 ,向其传递的参数类的接口定义
 */
public interface CodeParseParams {
}