dictionary.yaml 678 字节
version: v1
kind: Schema
metadata:
  name: dictionary
  description: 字典
  attributes:
    - name: dictionaryId
      description: 字典编号 主键
      type:
        primitive: int
    - name: dictCode
      description: 字典编码
      type:
        primitive: string
    - name: dictName
      description: 字典名称
      type:
        primitive: string
    - name: desc
      description: 备注信息
      type:
        primitive: string
    - name: isShow
      description: 是否可见【1:不可以】【2:可以】
      type:
        primitive: int
    - name: dictItems
      description: 字典值列表
      type:
        array: dictionaryItem