Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IAllFieldModel ¶ added in v1.1.0
type IAllFieldModel interface { IEasyModel IBaseModel }
type IBaseModel ¶ added in v1.1.0
type IDict ¶
type IDict interface { IAllFieldModel // GetName 字典名称 GetName() string // GetValue 字典键值 GetValue() string // GetDictType 字典类型 GetDictType() vobj.DictType // GetColorType 字典颜色 GetColorType() string // GetCSSClass 字典样式 GetCSSClass() string // GetIcon 字典图标 GetIcon() string // GetImageURL 字典图片 GetImageURL() string // GetStatus 字典状态 GetStatus() vobj.Status // GetLanguageCode 字典语言 GetLanguageCode() vobj.Language // GetRemark 字典备注 GetRemark() string }
IDict 系统字典通用接口
type IEasyModel ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.