blog

package
v0.0.0-...-744bbcf Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2020 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 Customer

type Customer struct {
	eel.Model
	UserId  int    `gorm:"index"`
	CorpId  int    `gorm:"index"`
	Unionid string `gorm:"size:255"`
	Code    string `gorm:"size:32"`

	//基本信息
	Name   string `gorm:"size:52"`
	Avatar string `gorm:"size:1024"`
	Sex    string

	//其他信息
	Source string `gorm:"size:52"`
}

Customer

func (*Customer) TableName

func (this *Customer) TableName() string

Jump to

Keyboard shortcuts

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