Commit 7b073f5a17de2f7cce95310019fe02f17f2f86d1

Authored by 潘钊
1 parent e0c9dc1f

修改站点编码类型

Showing 1 changed file with 2 additions and 2 deletions
README.md
... ... @@ -53,7 +53,7 @@
53 53 | lineId | int | 线路编码 |
54 54 | deviceId | String | 设备编号 |
55 55 | carparkNo | String | 停车场编码 |
56   -| stopNo | String | 站点编码 |
  56 +| stopNo | long | 站点编码 |
57 57 | lon | float | 经度 |
58 58 | lat | float | 纬度 |
59 59 | timestamp | long | 时间戳 |
... ... @@ -72,7 +72,7 @@ mysql:
72 72 | id | int | ID |
73 73 | deviceId | String | 设备号 |
74 74 | lineId | int | 线路编码 |
75   -| stopNo | int | 站点编码 |
  75 +| stopNo | long | 站点编码 |
76 76 | timestamp | long | 时间戳 |
77 77 | upDown | int | 上下行(0 上行 , 1 下行 , -1 无效) |
78 78 | createDate | Date | 创建时间 |
... ...