模板-节点-新增/编辑
POST
http://**/operateplan/templateNode/merge
请求参数
参数名
类型
描述
必填
id
int
节点id 存在 则为编辑 不存在为新增
必填
templateId
string
模板id
必填
nodeNum
string
节点编号
必填
nodeName
string
节点名称
必填
level
string
节点级别
必填
parentNode
int
上级节点id
必填
workDay
int
工期
必填
weight
int
权重
必填
isUploadResult
int
是否上传成果 1是 2否
必填
响应参数
参数名
类型
描述
必填
res
int
0 成功 其他失败
必填