临时提交

This commit is contained in:
648540858
2024-06-27 17:51:13 +08:00
parent 400eef2d2e
commit b2aa5c839d
10 changed files with 65 additions and 307 deletions

View File

@@ -18,11 +18,11 @@ public class StreamPushExcelDto {
@ExcelProperty("国标ID")
private String gbId;
@ExcelProperty("平台ID")
private String platformId;
@ExcelProperty("目录ID")
private String catalogId;
// @ExcelProperty("平台ID")
// private String platformId;
//
// @ExcelProperty("目录ID")
// private String catalogId;
@ExcelProperty("在线状态")
private boolean status;

View File

@@ -1,16 +0,0 @@
package com.genersoft.iot.vmp.streamPush.bean;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* 用来关联推流数据关联的平台和目录
*/
@Data
@EqualsAndHashCode(callSuper = true)
public class StreamPushInfoForUpdateLoad extends StreamPush{
private String platformId;
private String catalogId;
}