@ -0,0 +1,8 @@
package com.iflytop.a800.device;
import com.iflytop.a800.model.MdbTest;
public class Printer {
// 打印测试
public void printTest(MdbTest test) {
System.out.println(test.id);
}