|
|
version: v1
|
|
|
kind: Schema
|
|
|
metadata:
|
|
|
name: cooperationContract
|
|
|
description: 共创项目合约实体
|
|
|
attributes:
|
|
|
- ref: cooperationContractId
|
|
|
required: true
|
|
|
- ref: cooperationContractDescription
|
|
|
required: true
|
|
|
- ref: cooperationContractName
|
|
|
required: true
|
|
|
- ref: cooperationContractNumber
|
|
|
required: true
|
|
|
- ref: cooperationContractReferrer
|
|
|
required: true
|
|
|
- ref: cooperationContractSalesman
|
|
|
required: true
|
|
|
- ref: cooperationContractUndertakerType
|
|
|
required: true
|
|
|
- ref: cooperationContractSponsor
|
|
|
required: true
|
|
|
- ref: cooperationMode
|
|
|
required: true
|
|
|
- ref: createdAt
|
|
|
required: true
|
|
|
- ref: deletedAt
|
|
|
required: true
|
|
|
- ref: updatedAt
|
|
|
required: true |
...
|
...
|
|