fit:增加无人机厂商分组接口

This commit is contained in:
高大 2026-01-29 17:00:25 +08:00
parent d6cd0f003b
commit df640c3582
1 changed files with 6 additions and 3 deletions

View File

@ -22,14 +22,17 @@ public class AirTypeGeneralEnumVO implements Serializable
/** 名称 */
private String name;
/** 厂商ID */
private Long vendorId;
/** 领域 */
private String domain;
private Long domain;
/** 主类型 */
private String type;
private Long type;
/** 子类型 */
private String sub_type;
private Long subType;
/** 图标 */
private String icon;