作者 yangfu

版本 1.0.1

... ... @@ -4,4 +4,4 @@ metadata:
name: principal
description: 负责人 (用户对象)
type:
: useschemar
schema: user
... ...
... ... @@ -18,6 +18,7 @@ metadata:
description: 生产线
type:
array: productLine
required: true
- ref: createdAt
required: true
- ref: updatedAt
... ...
... ... @@ -5,6 +5,8 @@ metadata:
type: command
description: 提交成品记录 (成品 二级品)
payload:
- ref: productPlanId
required: true
result:
- name: productPlan
type:
... ...