src/main/java/org/springblade/modules/location/entity/Locus.java
@@ -53,4 +53,17 @@ */ private String latitude; /** * 类型 1:押运人员 2:押运车辆 3:枪支 */ @TableField("type") private Integer type; /** * 押运人员/车辆/枪支id */ @TableField("worker_id") private String workerId; }