严智鑫
2024-12-11 044c32c15ee9ccac6f3b60eb6745025e2f4480f2
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;
}