dictionary.yaml
780 字节
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: canDelete
description: 是否可以删除【1:不可以】【2:可以】
type:
primitive: int
- name: canEdit
description: 是否可以编辑【1:不可以】【2:可以】
- name: dictItems
description: 字典值列表
type:
array: dictionaryItem