严智鑫
2025-03-11 67cbfd8f7c2ed9598eef92470313f3cf31028ea1
JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/Machine.java
@@ -31,6 +31,10 @@
     * 设备名称
     */
    private String name;
    /**
     * 协议文件名称
     */
    private String fileName;
    /**
     * 设备IP
@@ -71,15 +75,34 @@
     */
    private Integer todayCount;
//    /**
//     * 开机状态
//     */
//    private String statePowerOn;
//
//    /**
//     * 联机状态
//     */
//    private String stateOnLine;
    /**
     * 开机状态
     */
    private String statePowerOn;
    /**
     * 联机状态
     */
    private String stateOnLine;
    /**
     * 手动任务数量
     */
    private int taskCount;
    /**
     * 手动任务完成数量
     */
    private int finshCount;
    /**
     * 旋转模式   1 旋转  2 不旋转
     */
    private int rotateMode;
    /**
     *
     */