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