1.修改视频场景增加监测封堵按钮2.增加patch调用接口更改配置状态方法

This commit is contained in:
zhanghongqing
2018-09-07 21:10:35 +08:00
parent 7a40bd1984
commit a5176658d1
6 changed files with 259 additions and 32 deletions

View File

@@ -18,7 +18,14 @@ public class AvSignSampleCfg extends BaseCfg<AvSignSampleCfg> {
private Integer compileId;
private Integer isValidOld;
private Integer actionOld;//判断动作是否变更
public Integer getActionOld() {
return actionOld;
}
public void setActionOld(Integer actionOld) {
this.actionOld = actionOld;
}
public Integer getIsValidOld() {
return isValidOld;
}