fit:设备分类接口增加,分类分组-新老写法兼容
This commit is contained in:
parent
ed04b6c4c0
commit
a97844dec1
|
|
@ -33,5 +33,8 @@ public class AirTypeVendorGroupVO extends BaseEntity {
|
||||||
private List<AirTypeCategoryGroupVO> categoryGroups;
|
private List<AirTypeCategoryGroupVO> categoryGroups;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 无人机类型列表
|
||||||
|
*/
|
||||||
|
private List<AirTypeGeneralEnumVO> airTypeList;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue