调整推流导入的数据格式
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.genersoft.iot.vmp.streamPush.bean;
|
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@@ -16,14 +17,14 @@ public class StreamPushExcelDto {
|
||||
private String stream;
|
||||
|
||||
@ExcelProperty("国标ID")
|
||||
private String gbId;
|
||||
|
||||
// @ExcelProperty("平台ID")
|
||||
// private String platformId;
|
||||
//
|
||||
// @ExcelProperty("目录ID")
|
||||
// private String catalogId;
|
||||
private String gbDeviceId;
|
||||
|
||||
@ExcelProperty("在线状态")
|
||||
private boolean status;
|
||||
|
||||
@Schema(description = "经度 WGS-84坐标系")
|
||||
private Double longitude;
|
||||
|
||||
@Schema(description = "纬度 WGS-84坐标系")
|
||||
private Double latitude;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user