package
Version:
v0.0.0-...-744bbcf
Opens a new window with list of versions in this module.
Published: Oct 10, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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
Source Files
¶
Click to show internal directories.
Click to hide internal directories.