This commit is contained in:
邹宗楠
2022-08-16 13:45:21 +08:00
parent eee17ff269
commit b05b144bd9

View File

@@ -64,6 +64,7 @@ type User struct {
func (user *User) TableUnique() [][]string {
return [][]string{
[]string{"Mobile"},
[]string{"OpenId"},
}
}