linwe
2023-11-09 365b5ad817c9c8a2992d505aa39eccfa2be0460e
src/main/java/org/springblade/modules/task/entity/TaskBailReportingEventEntity.java
@@ -17,12 +17,14 @@
package org.springblade.modules.task.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.Date;
import lombok.EqualsAndHashCode;
import org.springblade.core.tenant.mp.TenantEntity;
import org.springframework.format.annotation.DateTimeFormat;
/**
 * 取保候审任务 实体类
@@ -55,7 +57,7 @@
    * 自查人姓名
    */
   @ApiModelProperty(value = "自查人姓名")
   private Integer checkUserId;
   private Long checkUserId;
   /**
    * 自查人姓名
    */
@@ -75,6 +77,8 @@
    * 确认时间
    */
   @ApiModelProperty(value = "确认时间")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date confirmTime;
   /**
    * 确认用户ID
@@ -100,6 +104,8 @@
    * 申请时间
    */
   @ApiModelProperty(value = "申请时间")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date applyTime;
   /**
    * 外出原因
@@ -130,6 +136,8 @@
    * 出发-当前时间
    */
   @ApiModelProperty(value = "出发-当前时间")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date startTime;
   /**
    * 出发-报备位置
@@ -145,6 +153,8 @@
    * 到达-当前时间
    */
   @ApiModelProperty(value = "到达-当前时间")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date reachTime;
   /**
    * 到达-报备位置
@@ -160,6 +170,8 @@
    * 返回-当前时间
    */
   @ApiModelProperty(value = "返回-当前时间")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date returnTime;
   /**
    * 返回-报备位置