|
|
@@ -75,29 +75,4 @@ public class SysDevice extends BaseEntity {
|
|
|
|
|
|
@ApiModelProperty(value = "是否高清")
|
|
|
private String definition;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "来源,0或null:手动添加,1:主机平台,")
|
|
|
- private Integer source;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "设备分类")
|
|
|
- private Long categoryId;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "主机code")
|
|
|
- private String hostCode;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "通道code")
|
|
|
- private String channelCode;
|
|
|
-
|
|
|
- /**
|
|
|
- * @see com.xunmei.system.api.enums.DeviceType
|
|
|
- */
|
|
|
- @ApiModelProperty(value = "设备型号")
|
|
|
- private String type;
|
|
|
-
|
|
|
- /**
|
|
|
- * @see com.xunmei.system.api.enums.DeviceOnlineStatus
|
|
|
- */
|
|
|
- @ApiModelProperty(value = "在线状态")
|
|
|
- private Integer online;
|
|
|
-
|
|
|
}
|