imodel

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IDict

type IDict interface {
	// GetID 字典ID
	GetID() uint32
	// 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
	// GetCreatedAt 创建时间
	GetCreatedAt() *types.Time
	// GetUpdatedAt 更新时间
	GetUpdatedAt() *types.Time
	// GetCreatorID 创建者ID
	GetCreatorID() uint32
	// GetDeletedAt 软删除时间戳
	GetDeletedAt() soft_delete.DeletedAt
}

IDict 系统字典通用接口

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL