吉安感知网项目-后端
xiebin
2026-04-01 eeb3b5c9c794a35d7b7f3c8e56f9eef8eb8d3451
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;
   /**
    * 飞行时长(小时)
    */