entity

package
v0.0.0-...-876d066 Latest Latest
Warning

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

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

Documentation

Overview

Code generated by COMMENTS_BUILD_TOOLS 2.0.73. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Id         int64     `gorm:"column:id;primary_key" json:"id"`
	AddTime    time.Time `gorm:"column:add_time" json:"add_time"`
	UpdateTime time.Time `gorm:"column:update_time" json:"update_time"`
	Name       string    `gorm:"column:name" json:"name"`
	Birthday   string    `gorm:"column:birthday" json:"birthday"`
}

func NewUser

func NewUser() *User

func (User) TableName

func (User) TableName() string

Jump to

Keyboard shortcuts

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