Lius
2025-03-03 5ae1b71ab6b57140d46e6a8b9e606bb4a390ce27
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package org.jeecg.modules.screen.service;
 
import org.jeecg.modules.screen.dto.EquipmentStatusOverview;
 
/**
 * @Author: Lius
 * @CreateTime: 2025-02-28
 * @Description:
 */
public interface MdcLargeScreenService {
 
    /**
     * 设备情况
     *
     * @param workshopId
     * @return
     */
    EquipmentStatusOverview equipmentStatusOverview(String workshopId);
}