hcong
2024-11-19 0674dea7dd0e75199c0c200e6a41070c25677082
1
2
3
4
5
6
7
8
9
10
11
package cn.flightfeather.supervision.domain.ds1.entity
 
import io.swagger.annotations.ApiModel
 
/**
 * 基本场景设备信息,继承此接口,表示该类为场景设备中的子类
 * @date 2024/8/6
 * @author feiyu02
 */
@ApiModel(description = "场景设备信息基类接口")
interface BaseDevice