Compare commits

..

No commits in common. "b246e539015e98fd1412061494e45d58eee7d8cc" and "ab457937ff430a52c5a7932f68ce199bea52b8e2" have entirely different histories.

2 changed files with 1 additions and 76 deletions

View File

@ -1,75 +0,0 @@
package com.ruoyi.device.api.domain;
import com.ruoyi.common.core.annotation.Excel;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
/**
* 机场VO对象
*
* @author ruoyi
* @date 2026-01-20
*/
@Data
public class DockWithGPSVO implements Serializable {
private static final long serialVersionUID = 1L;
/** 机场ID */
@Excel(name = "机场ID")
private Long dockId;
/** 机场IOT ID */
@Excel(name = "机场IOT ID")
private String dockIotId;
/** 机场名称 */
@Excel(name = "机场名称")
private String dockName;
/** 机场位置 */
@Excel(name = "机场位置")
private String dockLocation;
/** 机场厂商 */
@Excel(name = "机场厂商")
private String dockManufacturer;
/** 机场型号 */
@Excel(name = "机场型号")
private String dockModel;
/** 机场状态 */
@Excel(name = "机场状态")
private String dockStatus;
/** 无人机ID */
@Excel(name = "无人机ID")
private Long aircraftId;
/** 无人机IOT ID */
@Excel(name = "无人机IOT ID")
private String aircraftIotId;
/** 无人机名称 */
@Excel(name = "无人机名称")
private String aircraftName;
/** 无人机厂商 */
@Excel(name = "无人机厂商")
private String aircraftManufacturer;
/** 无人机型号 */
@Excel(name = "无人机型号")
private String aircraftModel;
/** 无人机状态 */
@Excel(name = "无人机状态")
private String aircraftStatus;
/** 挂载列表 */
private List<PayloadVO> payloadList;
}

@ -1 +1 @@
Subproject commit 31454217ea9b6e7f31cd83584244dbfffac0b067
Subproject commit 9bee1836ddf0a93952c8ecc5910661b99e32a5fa