JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/Machine.java
@@ -48,9 +48,39 @@ private String state; /** * 设备模式 */ private int mode; /** * 最大工作任务数 */ private int maxTaskCount; /** * 备注 */ private String remark; /** * 是否输出参数日志 */ private int isLog; /** * 今日工作次数 */ private Integer todayCount; // /** // * 开机状态 // */ // private String statePowerOn; // // /** // * 联机状态 // */ // private String stateOnLine; }