|
@@ -5,6 +5,8 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
+import java.time.LocalDateTime;
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* @Description: 作业人员实体信息
|
|
* @Description: 作业人员实体信息
|
|
|
* @Author guoyong
|
|
* @Author guoyong
|
|
@@ -87,7 +89,7 @@ public class WorkerInfo {
|
|
|
private String latitude;
|
|
private String latitude;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "位置时间")
|
|
@ApiModelProperty(value = "位置时间")
|
|
|
- private String localTime;
|
|
|
|
|
|
|
+ private LocalDateTime localTime;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "上次位置更新时间")
|
|
@ApiModelProperty(value = "上次位置更新时间")
|
|
|
private String lastTime;
|
|
private String lastTime;
|