structs

package
v0.0.0-...-46bb8c9 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2020 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 JurUserStruct

type JurUserStruct struct {
	Uuid           string    `json:"uuid" gorm:"primary_key"`
	JurId          string    `json:"jurId" gorm:"jurId" form:"jurId"`
	UserId         string    `json:"userId" gorm:"userId" form:"userId"`
	CreateTime     time.Time `json:"createTime" form:"createTime"`
	LastUpdateTime time.Time `json:"lastUpdateTime" form:"lastUpdateTime"`
}

用户权限

func (JurUserStruct) TableName

func (JurUserStruct) TableName() string

更改表名称

Jump to

Keyboard shortcuts

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