fit:设备分类接口增加,分类分组-新老写法兼容

This commit is contained in:
gyb 2026-02-09 13:49:43 +08:00
parent ed04b6c4c0
commit a97844dec1
1 changed files with 4 additions and 1 deletions

View File

@ -33,5 +33,8 @@ public class AirTypeVendorGroupVO extends BaseEntity {
private List<AirTypeCategoryGroupVO> categoryGroups;
/**
* 无人机类型列表
*/
private List<AirTypeGeneralEnumVO> airTypeList;
}