dictionaryItem.yaml 561 字节
version: v1
kind: Schema
metadata:
  name: dictionaryItem
  description: 字典明细项
  attributes:
    - name: itemCode
      description: 项编码
      type:
        primitive: string
    - name: itemLabel
      description: 项标签
      type:
        primitive: string
    - name: itemValue
      description: 
      type:
        primitive: string
    - name: enableStatus
      description: 启用状态(启用:1 禁用:2)
      type:
        primitive: string
    - name: sort
      description: 显示序号
      type:
        primitive: int