正在显示
103 个修改的文件
包含
140 行增加
和
34 行删除
| 1 | version: v1 | 1 | version: v1 |
| 2 | kind: Attribute | 2 | kind: Attribute |
| 3 | metadata: | 3 | metadata: |
| 4 | - name: creationProjectUndertakerType | ||
| 5 | - description: 共创项目承接对象,1员工,2共创用户 | 4 | + name: cooperationProjectUndertakerType |
| 5 | + description: 共创项目承接对象,1员工,2共创用户,3公开 | ||
| 6 | type: | 6 | type: |
| 7 | primitive: int32 | 7 | primitive: int32 |
| 1 | version: v1 | 1 | version: v1 |
| 2 | kind: Project | 2 | kind: Project |
| 3 | metadata: | 3 | metadata: |
| 4 | - name: allied-creation-cochron | 4 | + name: allied-creation-cooperation |
| 5 | description: 天联共创 | 5 | description: 天联共创 |
| 6 | version: 1.0.0 | 6 | version: 1.0.0 |
| 7 | - repository: gitlab.fjmaimaimai.com/allied-creation/allied-creation-cochron | 7 | + repository: gitlab.fjmaimaimai.com/allied-creation/allied-creation-cooperation |
| 8 | contact: | 8 | contact: |
| 9 | name: 陈志颖 | 9 | name: 陈志颖 |
| 10 | email: steve.d.chan@qq.com | 10 | email: steve.d.chan@qq.com |
| @@ -10,7 +10,7 @@ metadata: | @@ -10,7 +10,7 @@ metadata: | ||
| 10 | required: true | 10 | required: true |
| 11 | - ref: feedbackContent | 11 | - ref: feedbackContent |
| 12 | required: true | 12 | required: true |
| 13 | - - ref: creationContractNumber | 13 | + - ref: cooperationContractNumber |
| 14 | required: true | 14 | required: true |
| 15 | - ref: userId | 15 | - ref: userId |
| 16 | required: true | 16 | required: true |
| 1 | +version: v1 | ||
| 2 | +kind: Schema | ||
| 3 | +metadata: | ||
| 4 | + name: cooperationApplication | ||
| 5 | + description: 共创申请实体 | ||
| 6 | + attributes: | ||
| 7 | + - ref: cooperationApplicationId | ||
| 8 | + required: true | ||
| 9 | + - ref: cooperationApplicationApplicant | ||
| 10 | + required: true | ||
| 11 | + - ref: cooperationApplicationAttachment | ||
| 12 | + required: true | ||
| 13 | + - ref: cooperationApplicationDescription | ||
| 14 | + required: true | ||
| 15 | + - ref: cooperationApplicationStatus | ||
| 16 | + required: true | ||
| 17 | + - ref: cooperationApplicationVerifier | ||
| 18 | + required: true | ||
| 19 | + - ref: cooperationApplicationVerifyDescription | ||
| 20 | + required: true | ||
| 21 | + - ref: cooperationApplicationVerifyTime | ||
| 22 | + required: true | ||
| 23 | + - ref: cooperationApplyTime | ||
| 24 | + required: true | ||
| 25 | + - ref: cooperationProjectId | ||
| 26 | + required: true | ||
| 27 | + - ref: createdAt | ||
| 28 | + required: true | ||
| 29 | + - ref: deletedAt | ||
| 30 | + required: true | ||
| 31 | + - ref: updatedAt | ||
| 32 | + required: true |
| 1 | version: v1 | 1 | version: v1 |
| 2 | kind: Schema | 2 | kind: Schema |
| 3 | metadata: | 3 | metadata: |
| 4 | - name: creationProject | 4 | + name: cooperationProject |
| 5 | description: 共创项目实体 | 5 | description: 共创项目实体 |
| 6 | attributes: | 6 | attributes: |
| 7 | - - ref: creationProjectDescription | 7 | + - ref: cooperationProjectId |
| 8 | required: true | 8 | required: true |
| 9 | - - ref: creationProjectId | 9 | + - ref: cooperationProjectNumber |
| 10 | + description: 共创项目编号 | ||
| 10 | required: true | 11 | required: true |
| 11 | - - ref: creationProjectName | 12 | + - ref: cooperationProjectDescription |
| 12 | required: true | 13 | required: true |
| 13 | - - ref: creationProjectPublishTime | 14 | + - ref: cooperationProjectName |
| 14 | required: true | 15 | required: true |
| 15 | - - ref: creationProjectPublisher | 16 | + - ref: cooperationProjectPublishTime |
| 16 | required: true | 17 | required: true |
| 17 | - - ref: creationProjectSponsor | 18 | + - ref: cooperationProjectPublisher |
| 18 | required: true | 19 | required: true |
| 19 | - - ref: creationProjectUndertakerType | 20 | + - ref: cooperationProjectSponsor |
| 21 | + required: true | ||
| 22 | + - ref: cooperationProjectUndertakerType | ||
| 20 | required: true | 23 | required: true |
| 21 | - ref: operator | 24 | - ref: operator |
| 22 | required: true | 25 | required: true |
| 23 | - ref: operateTime | 26 | - ref: operateTime |
| 24 | required: true | 27 | required: true |
| 25 | - ref: status | 28 | - ref: status |
| 29 | + description: 共创项目状态,1招标中,2结束 | ||
| 26 | required: true | 30 | required: true |
-
请 注册 或 登录 后发表评论