严智鑫
2024-12-25 490df5d4d92877171076756af73a96dee1fc053f
JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/Machine.java
@@ -61,6 +61,26 @@
     * 备注
     */
    private String remark;
    /**
     * 是否输出参数日志
     */
    private int isLog;
    /**
     * 今日工作次数
     */
    private Integer todayCount;
//    /**
//     * 开机状态
//     */
//    private String statePowerOn;
//
//    /**
//     * 联机状态
//     */
//    private String stateOnLine;
}