linwei
2024-02-03 b7df6735bcb2d447cae7fcfba2d12accf3dd2fcc
src/main/java/org/springblade/modules/task/entity/TaskReportForRepairsEntity.java
@@ -28,7 +28,6 @@
import org.springblade.core.mp.base.BaseEntity;
import org.springblade.core.tenant.mp.TenantEntity;
import org.springframework.format.annotation.DateTimeFormat;
import sun.rmi.runtime.Log;
/**
 * 报事报修任务表 实体类
@@ -119,4 +118,11 @@
    */
   @ApiModelProperty(value = "事发地地址")
   private String address;
   /**
    * 临时用  1:已查看  2:未查看
    */
   @ApiModelProperty(value = "临时用  1:已查看  2:未查看")
   private Integer viewType;
}