drone-service/drone-gd/src/main/java/org/sxkj/gd/flyer/param/GdFlyerAddParam.java
@@ -13,6 +13,10 @@ @ApiModelProperty("主键id") @JsonSerialize(using = ToStringSerializer.class) private Long id; @ApiModelProperty(value = "飞手Id(星图)") private String flyerId; /** * 飞手姓名 */ @@ -23,6 +27,9 @@ */ @ApiModelProperty(value = "飞手电话(唯一)") private String flyerPhone; @ApiModelProperty(value = "区域cod :1200,1201,120105") private String regionCode; /** * 飞行时长(小时) */