Kaynağa Gözat

新增中交接口返参注释

donglang 2 ay önce
ebeveyn
işleme
0117c198bc

+ 17 - 17
sckw-common/sckw-common-core/src/main/java/com/sckw/core/reponse/CollectZjxlResponse.java

@@ -43,87 +43,87 @@ public class CollectZjxlResponse {
         public class ZjxlResultResDto {
 
             /**
-             *
+             * 车辆最后定位纬度
              */
             private String lat;
 
             /**
-             *
+             * 车辆最后定位经度
              */
             private String lon;
 
             /**
-             *
+             * 车辆地理位置名称
              */
             private String adr;
 
             /**
-             *
+             * 车辆定位时间
              */
             private String utc;
 
             /**
-             *
+             * 速度
              */
             private String spd;
 
             /**
-             *
+             * 方向
              */
             private String drc;
 
             /**
-             *
+             *
              */
             private String province;
 
             /**
-             *
+             *
              */
             private String city;
 
             /**
-             *
+             *
              */
             private String country;
 
             /**
-             *
+             * 里程
              */
             private String mil;
 
             /**
-             *
+             * 车牌号
              */
             private String vno;
 
             /**
-             *
+             * 状态码
              */
             private String status;
 
             /**
-             *
+             * 离线状态
              */
             private Boolean offlineState;
 
             /**
-             *
+             * 离线时长
              */
             private String offlineTime;
 
             /**
-             *
+             * 车辆已行驶距离
              */
             private String runDistance;
 
             /**
-             *
+             * 剩余运距
              */
             private String remainDistance;
 
             /**
-             *
+             * 预计到达时间
              */
             private String estimateArriveTime;