1.修改视频场景增加监测封堵按钮2.增加patch调用接口更改配置状态方法
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user