实名表不需要手机号
This commit is contained in:
parent
c8696a969f
commit
dfe218e1a0
@ -3,9 +3,9 @@ package model
|
|||||||
// 实名认证模型
|
// 实名认证模型
|
||||||
type RealName struct {
|
type RealName struct {
|
||||||
Model
|
Model
|
||||||
Name string `gorm:"not null"`
|
Name string `gorm:"not null"`
|
||||||
IdNum string `gorm:"type:varchar(18) not null"`
|
IdNum string `gorm:"type:varchar(18) not null"`
|
||||||
TelNum string `gorm:"type:varchar(11) not null"`
|
// TelNum string `gorm:"type:varchar(11) not null"`
|
||||||
IdCardFront string `gorm:"column:idcard_front;comment:身份证正面"`
|
IdCardFront string `gorm:"column:idcard_front;comment:身份证正面"`
|
||||||
IdCardBack string `gorm:"column:idcard_back;comment:身份证反面"`
|
IdCardBack string `gorm:"column:idcard_back;comment:身份证反面"`
|
||||||
Age int `gorm:"column:age"`
|
Age int `gorm:"column:age"`
|
||||||
|
7
script/artistinfo_user_sync.go
Normal file
7
script/artistinfo_user_sync.go
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package controller
|
||||||
|
|
||||||
|
type AutoMergeOldData struct{}
|
||||||
|
|
||||||
|
func (AutoMergeOldData) Run() {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user