entity

package
v0.0.0-...-17b6be2 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 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 Blog

type Blog struct {
	ID         int64     `json:"id"`          // -
	UID        int64     `json:"uid"`         // 用户ID
	Title      string    `json:"title"`       // 标题
	Content    string    `json:"content"`     // 内容
	CreateTime int64     `json:"create_time"` // 创建时间
	Utime      time.Time `json:"utime"`       // 更新时间
	Ctime      time.Time `json:"ctime"`       // 创建时间
}

Blog 博客表 auto generate by gen cmd tool

func (*Blog) GetID

func (m *Blog) GetID() interface{}

type User

type User struct {
	ID       int64     `json:"id"`       // -
	Username string    `json:"username"` // 用户名
	Pwd      string    `json:"pwd"`      // 密码
	Salt     string    `json:"salt"`     // 密码盐
	Nick     string    `json:"nick"`     // 昵称
	Utime    time.Time `json:"utime"`    // 更新时间
	Ctime    time.Time `json:"ctime"`    // 创建时间
}

User 用户信息表 auto generate by gen cmd tool

func (*User) GetID

func (m *User) GetID() interface{}

Jump to

Keyboard shortcuts

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