feat(user):增加企业用户开户功能。

This commit is contained in:
徐涛
2022-08-13 17:37:04 +08:00
parent 5197d9d74e
commit 64d63e7f20
2 changed files with 48 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import (
type UserDetail struct {
CreatedAndModifiedWithUser `xorm:"extends"`
DeletedWithUser `xorm:"extends"`
Id string `xorm:"varchar(120) pk not null -" json:"-"`
Id string `xorm:"varchar(120) pk not null" json:"-"`
Name *string `xorm:"varchar(100)" json:"name"`
Abbr *string `xorm:"varchar(50)" json:"abbr"`
Region *string `xorm:"varchar(10)" json:"region"`