From 8b7258c9427882bb1798f1502eaa35184c6e374e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 09 Aug 2024 14:29:18 +0800
Subject: [PATCH] 短信指定楼栋发送
---
src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java b/src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java
index 52313ae..73bd522 100644
--- a/src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java
+++ b/src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java
@@ -95,7 +95,7 @@
private Date rectificationCompleteTime;
/** 是否整改完毕:1:否 2 :是 */
- @ApiModelProperty(value = "是否整改完毕:1:否 2 :是", example = "")
+ @ApiModelProperty(value = "是否整改完毕:1:否 2 :是 3:无需整改", example = "")
@TableField("rectification_flag")
private Integer rectificationFlag;
@@ -125,7 +125,7 @@
private String imageUrls;
/** 任务状态: 1:待接收 2:审核中 3:审核通过 4:审核不通过 */
- @ApiModelProperty(value = "任务状态: 1:待接收 2:审核中 3:审核通过 4:审核不通过", example = "")
+ @ApiModelProperty(value = "任务状态: 1:待接收 2:审核中 3:审核通过 4: 待提交(待接收)", example = "")
@TableField("status")
private Integer status;
--
Gitblit v1.9.3