feat():数据基础框架
parent
eb37fb5072
commit
c9528e0b1a
|
@ -44,6 +44,5 @@ public class DataProcessingController {
|
|||
return Result.error(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -24,9 +24,7 @@ import java.util.Date;
|
|||
@AllArgsConstructor
|
||||
public class IotDbData extends BaseEntity {
|
||||
private long timestamp;
|
||||
|
||||
private String vin;
|
||||
|
||||
private String latitude;
|
||||
private String longitude;
|
||||
|
||||
|
|
Loading…
Reference in New Issue