“linengliang”
2023-11-14 30a0ac5c8d328403a8423d080a3b8f3fab07aadd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.jeecg.modules.eam.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.eam.entity.EquipmentOperationList;
 
/**
 * @Description: 设备运行-设备列表
 * @Author: jeecg-boot
 * @Date: 2023-04-26
 * @Version: V1.0
 */
public interface EquipmentOperationListMapper extends BaseMapper<EquipmentOperationList> {
 
}