linwe
2023-12-21 7b91c99980e9db0c880bf3905a7cfd54ffca44cc
src/main/java/org/springblade/modules/task/entity/TaskReportForRepairsEntity.java
@@ -104,4 +104,26 @@
    */
   @ApiModelProperty(value = "确认意见")
   private String confirmNotion;
   /**
    * 经度
    */
   @ApiModelProperty(value = "经度")
   private String lng;
   /**
    * 纬度
    */
   @ApiModelProperty(value = "纬度")
   private String lat;
   /**
    * 事发地地址
    */
   @ApiModelProperty(value = "事发地地址")
   private String address;
   /**
    * 临时用  1:已查看  2:未查看
    */
   @ApiModelProperty(value = "临时用  1:已查看  2:未查看")
   private Integer viewType;
}