add 国内海外权限
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user