作者 钟来

摄像头ip可以固定

@@ -29,6 +29,8 @@ public class SysConfig implements OperatingDataType{ @@ -29,6 +29,8 @@ public class SysConfig implements OperatingDataType{
29 29
30 private Boolean ifRegisterConfig = false; 30 private Boolean ifRegisterConfig = false;
31 31
  32 + private String cameraIp = null;
  33 +
32 /** 34 /**
33 * 摄像头密码,默认是验证码 35 * 摄像头密码,默认是验证码
34 */ 36 */
@@ -40,6 +42,7 @@ public class SysConfig implements OperatingDataType{ @@ -40,6 +42,7 @@ public class SysConfig implements OperatingDataType{
40 nettyConfig = new NettyConfig(); 42 nettyConfig = new NettyConfig();
41 password = "Luhui586"; 43 password = "Luhui586";
42 return this; 44 return this;
  45 +
43 } 46 }
44 47
45 @Override 48 @Override