增加外部API接口

This commit is contained in:
weidong 2024-07-02 14:42:02 +08:00
parent 0ae563942f
commit 9f1554da93

View File

@ -13,7 +13,7 @@ public class GnssQueryResponse extends BasicResponse{
String createTime;
Double rpose;
Double rposn;
Double rposd;
Double rposu;
}
List<GnssData> data=new ArrayList<>();
}