智慧保安后台管理项目备份
Administrator
2021-12-02 71ca853ee10f712055bd7b9a7eaf2c71c4d9b5c8
src/main/java/org/springblade/modules/location/entity/Locus.java
@@ -52,5 +52,16 @@
    * 纬度
    */
   private String latitude;
   /**
    * 类型  1:押运人员  2:押运车辆  3:枪支
    */
   @TableField("type")
   private Integer type;
   /**
    * 押运人员/车辆/枪支id
    */
   @TableField("worker_id")
   private String workerId;
}