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; }