作者 yangfu
正在显示 100 个修改的文件 包含 120 行增加26 行删除

要显示太多修改。

为保证性能只显示 100 of 100+ 个文件。

不能预览此文件类型
不能预览此文件类型
  1 +version: v1
  2 +kind: HttpApi
  3 +metadata:
  4 + service: cooperationMode
  5 + path: /cooperation-modes
  6 + endpoints:
  7 + - method: createCooperationMode
  8 + route:
  9 + post: /
  10 + - method: updateCooperationMode
  11 + route:
  12 + put: /{cooperationModeId}
  13 + - method: getCooperationMode
  14 + route:
  15 + get: /{cooperationModeId}
  16 + - method: removeCooperationMode
  17 + route:
  18 + delete: /{cooperationModeId}
  19 + - method: listCooperationMode
  20 + route:
  21 + get: /
  22 + params:
  23 + - name: offset
  24 + - name: limit
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: cooperationApplicationApplicant
  5 + description: 共创申请人
  6 + type:
  7 + schema: user
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: cooperationApplicationAttachment
  5 + description: 共创申请描述附件
  6 + type:
  7 + array: string
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: cooperationApplicationDescription
  5 + description: 共创申请描述
  6 + type:
  7 + primitive: string
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: cooperationApplicationId
  5 + description: 共创申请ID
  6 + type:
  7 + primitive: int64
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: cooperationApplicationStatus
  5 + description: 共创申请审核状态,1待审核,2已同意,3已拒绝
  6 + type:
  7 + primitive: int32
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: cooperationApplicationVerifier
  5 + description: 共创申请审核人
  6 + type:
  7 + schema: user
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: cooperationApplicationVerifyDescription
  5 + description: 共创申请审核描述
  6 + type:
  7 + primitive: string
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: cooperationApplicationVerifyTime
  5 + description: 共创申请审核时间
  6 + type:
  7 + primitive: datetime
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: cooperationApplyTime
  5 + description: 共创申请时间
  6 + type:
  7 + primitive: datetime
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationContractDescription 4 + name: cooperationContractDescription
5 description: 共创合约描述 5 description: 共创合约描述
6 type: 6 type:
7 primitive: string 7 primitive: string
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationContractId 4 + name: cooperationContractId
5 description: 共创合约ID 5 description: 共创合约ID
6 type: 6 type:
7 primitive: int64 7 primitive: int64
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationContractIncentivesRules 4 + name: cooperationContractIncentivesRules
5 description: 共创合约激励规则列表 5 description: 共创合约激励规则列表
6 type: 6 type:
7 array: any 7 array: any
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationContractName 4 + name: cooperationContractName
5 description: 共创合约名称 5 description: 共创合约名称
6 type: 6 type:
7 primitive: string 7 primitive: string
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationContractNumber 4 + name: cooperationContractNumber
5 description: 共创合约编号 5 description: 共创合约编号
6 type: 6 type:
7 primitive: string 7 primitive: string
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationContractReferrer 4 + name: cooperationContractReferrer
5 description: 合约推荐人 5 description: 合约推荐人
6 type: 6 type:
7 schema: any 7 schema: any
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationContractRelevant 4 + name: cooperationContractRelevant
5 description: 共创合约相关人 5 description: 共创合约相关人
6 type: 6 type:
7 array: any 7 array: any
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationContractSalesman 4 + name: cooperationContractSalesman
5 description: 共创合约业务员 5 description: 共创合约业务员
6 type: 6 type:
7 schema: any 7 schema: any
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationContractSponsor 4 + name: cooperationContractSponsor
5 description: 共创合约发起人 5 description: 共创合约发起人
6 type: 6 type:
7 schema: user 7 schema: user
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationContractUndertakers 4 + name: cooperationContractUndertakers
5 description: 共创合约承接人列表 5 description: 共创合约承接人列表
6 type: 6 type:
7 array: any 7 array: any
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationMode 4 + name: cooperationMode
5 description: 共创模式 5 description: 共创模式
6 type: 6 type:
7 schema: any 7 schema: any
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationContractChangeLogId 4 + name: cooperationContractChangeLogId
5 description: 合约变更记录ID 5 description: 合约变更记录ID
6 type: 6 type:
7 primitive: int64 7 primitive: int64
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationModeId 4 + name: cooperationModeId
5 description: 共创模式ID 5 description: 共创模式ID
6 type: 6 type:
7 primitive: int64 7 primitive: int64
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationModeName 4 + name: cooperationModeName
5 description: 共创模式名称 5 description: 共创模式名称
6 type: 6 type:
7 primitive: string 7 primitive: string
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationModeNumber  
5 - description: 共创模式编码 4 + name: cooperationModeNumber
  5 + description: 共创模式编码,手动输入,唯一确定
6 type: 6 type:
7 primitive: string 7 primitive: string
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationProjectDescription 4 + name: cooperationProjectDescription
5 description: 共创项目描述 5 description: 共创项目描述
6 type: 6 type:
7 primitive: string 7 primitive: string
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationProjectId 4 + name: cooperationProjectId
5 description: 共创项目ID 5 description: 共创项目ID
6 type: 6 type:
7 primitive: int64 7 primitive: int64
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationProjectName 4 + name: cooperationProjectName
5 description: 共创项目名称 5 description: 共创项目名称
6 type: 6 type:
7 primitive: string 7 primitive: string
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: cooperationProjectNumber
  5 + description: 共创项目编号,自生成,生成规则:XM+6位年月日+#+3位流水,例XM210601#001
  6 + type:
  7 + primitive: string
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationProjectPublishTime 4 + name: cooperationProjectPublishTime
5 description: 共创项目发布时间 5 description: 共创项目发布时间
6 type: 6 type:
7 primitive: datetime 7 primitive: datetime
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationProjectPublisher 4 + name: cooperationProjectPublisher
5 description: 共创项目发布人 5 description: 共创项目发布人
6 type: 6 type:
7 schema: user 7 schema: user
1 version: v1 1 version: v1
2 kind: Attribute 2 kind: Attribute
3 metadata: 3 metadata:
4 - name: creationProjectSponsor 4 + name: cooperationProjectSponsor
5 description: 共创项目发起人 5 description: 共创项目发起人
6 type: 6 type:
7 schema: user 7 schema: user
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