company.yaml 497 字节
version: v1
kind: Schema
metadata:
  name: company
  description: 企业信息 (base)
  attributes:
  - ref: companyId
    required: true
  - name: companyConfig
    description: 企业配置信息
    type: 
      schema: companyConfig
  - name: companyInfo
    description: 企业基本信息
    type: 
      schema: companyInfo
  - name: status
    description: 公司状态
    type: 
      primitive: int         
  - ref: createAt
    required: false
  - ref: updateAt
    required: false