屏蔽地理坐标系字段

This commit is contained in:
648540858
2024-10-06 14:17:29 +08:00
parent 44b8a1ea29
commit e44c098cfb
2 changed files with 7 additions and 7 deletions

View File

@@ -173,7 +173,7 @@ public class Device {
private boolean ssrcCheck = false;
/**
* 地理坐标系, 目前支持 WGS84,GCJ02
* 地理坐标系, 目前支持 WGS84,GCJ02, 此字段保留,暂无用
*/
@Schema(description = "地理坐标系, 目前支持 WGS84,GCJ02")
private String geoCoordSys;