encap_alias

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EncapAlias

type EncapAlias struct {
	ID        int64  `gorm:"column:id;primaryKey"`
	EncapCode string `gorm:"column:encap_code"`    //品牌编码
	AliasName string `gorm:"column:alias_name"`    //品牌别名
	State     int64  `gorm:"column:state"`         //状态
	DeletedAt int64  `gorm:"column:deleted_at"`    //删除时间
	CreatedAt string `gorm:"column:created_at;->"` //创建时间
	UpdatedAt string `gorm:"column:updated_at;->"` //更新时间
}

func GetEncapByAlias

func GetEncapByAlias(encap string) (obj *EncapAlias, err error)

func (*EncapAlias) TableName

func (p *EncapAlias) TableName() string

Jump to

Keyboard shortcuts

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