不用依赖sec-beidou-rtcm-api
This commit is contained in:
parent
0a2a52fef4
commit
682ea9ba36
@ -42,6 +42,8 @@ public class WarningCfg {
|
|||||||
public static final short LEVEL_1 = 1; //一般
|
public static final short LEVEL_1 = 1; //一般
|
||||||
public static final short LEVEL_2 = 2; //严重
|
public static final short LEVEL_2 = 2; //严重
|
||||||
|
|
||||||
|
@TableId(value = "id", type = IdType.AUTO)
|
||||||
|
Long id;
|
||||||
Short devicetype;
|
Short devicetype;
|
||||||
Integer type;
|
Integer type;
|
||||||
String typename;
|
String typename;
|
||||||
|
|||||||
@ -222,6 +222,7 @@ CREATE TABLE IF NOT EXISTS `warninginfo` (
|
|||||||
0x10、终端收到未知报文多;0x20,使用卫星数少;0x40,基站d331少于d341; 0x80、测站b562比例少;
|
0x10、终端收到未知报文多;0x20,使用卫星数少;0x40,基站d331少于d341; 0x80、测站b562比例少;
|
||||||
*/
|
*/
|
||||||
CREATE TABLE IF NOT EXISTS `warningcfg` (
|
CREATE TABLE IF NOT EXISTS `warningcfg` (
|
||||||
|
`id` bigint AUTO_INCREMENT,
|
||||||
`devicetype` smallint NOT NULL,
|
`devicetype` smallint NOT NULL,
|
||||||
`type` int NOT NULL,
|
`type` int NOT NULL,
|
||||||
`level` smallint DEFAULT 0,
|
`level` smallint DEFAULT 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user