坐标系的序列化、反序列化、类型处理

This commit is contained in:
attiya 2025-10-17 14:30:43 +08:00
parent 39872083a7
commit 6562be93d8

View File

@ -14,7 +14,7 @@ class EbikeOperationsApplicationTests {
private EbikeBikeInfoMapper ebikeBikeInfoMapper; private EbikeBikeInfoMapper ebikeBikeInfoMapper;
@Test @Test
void contextLoads() throws Exception { void contextLoads(){
EbikeBikeInfo bikeInfo = new EbikeBikeInfo(); EbikeBikeInfo bikeInfo = new EbikeBikeInfo();
// 创建测试点:X经度纬度 // 创建测试点:X经度纬度
PGpoint point =new PGpoint(116.3974, 39.9093); PGpoint point =new PGpoint(116.3974, 39.9093);