洪城义警-正式版后台
zhongrj
2023-06-27 2ca9993b57bdd090c4345ea6767687e2fbb83014
src/main/java/org/springblade/modules/taskqd/entity/Taskqd.java
@@ -63,6 +63,30 @@
   private String time;
   /**
    * 任务时间
    */
   @ApiModelProperty(value = "预估结束时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private String endtime;
   /**
    * 实际开始时间
    */
   @ApiModelProperty(value = "实际开始时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private String stime;
   /**
    * 实际结束时间
    */
   @ApiModelProperty(value = "实际结束时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private String sendtime;
   /**
    * 省
    */
   @ApiModelProperty(value = "省")
@@ -160,5 +184,25 @@
    * 发起人名称
    */
   private String fname;
   /**
    * 集合点坐标
    */
   private String gather;
   /**
    * 集合点位置
    */
   private String gathername;
   /**
    * 任务类型
    */
   private String tasktype;
   /**
    * 发布人联系方式
    */
   private String phone;
   /**
    * 培训角色
    */
   private String train;
}