JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/Machine.java
@@ -31,6 +31,10 @@ * 设备名称 */ private String name; /** * 协议文件名称 */ private String fileName; /** * 设备IP @@ -61,6 +65,45 @@ * 备注 */ private String remark; /** * 是否输出参数日志 */ private int isLog; /** * 今日工作次数 */ private Integer todayCount; /** * 开机状态 */ private String statePowerOn; /** * 联机状态 */ private String stateOnLine; /** * 手动任务数量 */ private int taskCount; /** * 手动任务完成数量 */ private int finshCount; /** * 旋转模式 1 旋转 2 不旋转 */ private int rotateMode; /** * */ }