feat():数据基础框架

dev.data.processing.dataTreating
chentaisen 2024-10-02 10:38:31 +08:00
parent eb37fb5072
commit c9528e0b1a
2 changed files with 1 additions and 4 deletions

View File

@ -45,5 +45,4 @@ public class DataProcessingController {
} }
} }
} }

View File

@ -24,9 +24,7 @@ import java.util.Date;
@AllArgsConstructor @AllArgsConstructor
public class IotDbData extends BaseEntity { public class IotDbData extends BaseEntity {
private long timestamp; private long timestamp;
private String vin; private String vin;
private String latitude; private String latitude;
private String longitude; private String longitude;