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: enableStatus description: 启用状态(启用:1 禁用:2) type: primitive: int - name: desc description: 备注信息 type: primitive: string - name: dictItems description: 字典值列表 type: array: dictionaryItem