add 国内海外权限

This commit is contained in:
liao
2023-11-17 17:47:27 +08:00
parent 20c1a4c66e
commit d9baf0f8c4
4 changed files with 79 additions and 2 deletions
@@ -125,4 +125,10 @@ public class ProcessNode {
@TableField(value = "branch_type")
@ApiModelProperty(value = "企标立项变更 1 普通立项 2 普通变更 3 责任部门变更")
private String branchType;
/**
* 是否显示(0否,1是)
*/
@TableField(value = "is_view")
@ApiModelProperty(value = "是否显示(0否,1是)")
private Integer isView;
}