|
|
version: v1
|
|
|
kind: Method
|
|
|
metadata:
|
|
|
name: checkUndertaker
|
|
|
type: query
|
|
|
description: 判断当前勾选的承接对象是否存在用户
|
|
|
payload:
|
|
|
- ref: cooperationProjectUndertakerType
|
|
|
required: true
|
|
|
- ref: cooperationProjectId
|
|
|
required: true
|
|
|
result:
|
|
|
- name: cooperationProject
|
|
|
type:
|
|
|
schema: cooperationProject
|
|
|
required: true |
...
|
...
|
|