Administrator
2021-12-06 f9ff113e9d2e9a3e643b185f08652004e5e43d94
src/main/java/org/springblade/modules/location/entity/LiveLocation.java
@@ -38,7 +38,7 @@
    * 押运人员/车辆/枪支id
    */
   @TableField("worker_id")
   private Long workerId;
   private String workerId;
   /**
@@ -60,4 +60,10 @@
    */
   private String latitude;
   /**
    * 实时位置地址
    */
   private String location;
}