package
Version:
v0.0.0-...-d49c957
Opens a new window with list of versions in this module.
Published: Sep 7, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Dict struct {
repo.Base
Id uint64 `gorm:"primaryKey;autoIncrement:false;comment:ID"`
ParentId uint64 `gorm:"index;autoIncrement:false;comment:上级ID"`
Name string `gorm:"not null;comment:名称"`
Value string `gorm:"comment:值"`
DictCode string `gorm:"index;comment:编码"`
HasChildren bool `gorm:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.