临时提交
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user