linwe
2023-12-23 55d677758efadb6d42e6d4e595cecc2c50c20d5a
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;
}