Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Customer ¶
type Customer struct {
global.Model
UserID uint `json:"sysUserId" gorm:"comment:管理ID"`
Name string `json:"customerName" gorm:"comment:客户名"`
Phone string `json:"customerPhoneData" gorm:"comment:客户手机号码"`
UserAuthorityID string `json:"sysUserAuthorityID" gorm:"comment:管理角色ID"`
User system.User `json:"sysUser" gorm:"comment:管理详情"`
}
Click to show internal directories.
Click to hide internal directories.