lin
2024-04-23 6a63e7a6d94ee83ca833f8dd513c1c94fcd1c5ba
src/main/java/org/springblade/modules/task/entity/TaskPlaceRecordEntity.java
@@ -103,7 +103,7 @@
   private Date rectificationTime;
   /** 1 自查 2.无诈 */
   @ApiModelProperty(value = "1 自查 2.无诈", example = "")
   @ApiModelProperty(value = "1 自查 2.无诈 3:校园安全检查", example = "")
   @TableField("type")
   private String type;
}