...
|
...
|
@@ -3,12 +3,29 @@ kind: Method |
|
|
metadata:
|
|
|
name: updateCooperationProject
|
|
|
type: command
|
|
|
description: 更新共创项目服务
|
|
|
description: 更新共创项目管理
|
|
|
payload:
|
|
|
- ref: cooperationProjectId
|
|
|
required: true
|
|
|
- ref: cooperationProjectId
|
|
|
required: true
|
|
|
- ref: cooperationModeNumber
|
|
|
description: 模式编码,唯一确定
|
|
|
required: true
|
|
|
- ref: orgId
|
|
|
required: true
|
|
|
- ref: cooperationProjectName
|
|
|
required: true
|
|
|
- name: cooperationProjectSponsor
|
|
|
description: 共创发起人id
|
|
|
type:
|
|
|
primitive: int64
|
|
|
- name: cooperationProjectUndertakerType
|
|
|
description: 项目承接对象
|
|
|
type:
|
|
|
array: int32
|
|
|
- ref: cooperationProjectDescription
|
|
|
required: true
|
|
|
result:
|
|
|
- name: cooperationProject
|
|
|
type:
|
|
|
schema: cooperationProject
|
|
|
required: true |
|
|
- name: cooperationProject
|
|
|
type:
|
|
|
schema: cooperationProject
|
|
|
required: true |
...
|
...
|
|