1、推送组参数修改

This commit is contained in:
weidong 2023-12-08 15:54:43 +08:00
parent 5a01677080
commit 1774ea61f6

View File

@ -11,7 +11,7 @@ public class GnssGroupFwd {
public static final short FWD_TYPE_RAW = 2; //转发原始数据D331/D341 public static final short FWD_TYPE_RAW = 2; //转发原始数据D331/D341
public static final short FWD_TYPE_NTRIP = 3; //按ntrip协议转发 public static final short FWD_TYPE_NTRIP = 3; //按ntrip协议转发
Integer id; Integer id;
String projectname; String description;
Short type1; Short type1;
String addr1; String addr1;
Integer port1; Integer port1;