sys_dict

package
v0.0.0-...-e5d1c0a Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SysDict

type SysDict struct {
	Id          int       // 主键
	CId         int       //
	IsUsed      int       // 是否启用 1:是  -1:否
	IsDeleted   int       // 是否删除 1未删 -1已删
	CreatedAt   time.Time `gorm:"time"` // 创建时间
	CreatedUser string    // 创建人
	UpdatedAt   time.Time `gorm:"time"` // 更新时间
	UpdatedUser string    // 更新人
	DeletedAt   time.Time `gorm:"time"` // 删除时间
	DeletedUser string    //
	DictName    string    // 字典名称
	DictType    string    // 字段类型
	Description string    // 备注
}

SysDict 模板表单

Jump to

Keyboard shortcuts

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