不用依赖sec-beidou-rtcm-api

This commit is contained in:
weidong 2023-11-13 14:13:05 +08:00
parent 0a2a52fef4
commit 682ea9ba36
2 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,8 @@ public class WarningCfg {
public static final short LEVEL_1 = 1; //一般
public static final short LEVEL_2 = 2; //严重
@TableId(value = "id", type = IdType.AUTO)
Long id;
Short devicetype;
Integer type;
String typename;

View File

@ -222,6 +222,7 @@ CREATE TABLE IF NOT EXISTS `warninginfo` (
0x100x20,使0x40,d331少于d341; 0x80b562比例少
*/
CREATE TABLE IF NOT EXISTS `warningcfg` (
`id` bigint AUTO_INCREMENT,
`devicetype` smallint NOT NULL,
`type` int NOT NULL,
`level` smallint DEFAULT 0,