feat:完善入驻信息管理
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
package model
|
||||
|
||||
// UserAgent 用户经纪人数据模型
|
||||
type UserAgent struct {
|
||||
Model
|
||||
UID uint64 `gorm:"column:uid;type:int;default:0;comment:用户uuid" json:"-"`
|
||||
AgentID uint64 `gorm:"column:agent_id;type:int(11);default:0;comment:经纪人模型ID" json:"-"`
|
||||
InvalidStatus
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
}
|
||||
|
Reference in New Issue
Block a user