作者 yangfu

版本 1.0.1

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