智慧保安后台管理项目备份
Administrator
2022-01-10 63351e58ad05ef72351feb3cc60758a9619a58b3
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;
}