drone-service/drone-gd/src/main/java/org/sxkj/gd/flyer/vo/GdFlyerVO.java
@@ -91,4 +91,10 @@ */ @ApiModelProperty(value = "飞手资质证书地址列表") private List<String> certification; /** * 区域匹配标识(0:未匹配 1:匹配) */ @ApiModelProperty(value = "区域匹配标识(0:未匹配 1:匹配)") private Integer areaMatchFlag; }