修改商城权限,让登录用户可以看到数据
This commit is contained in:
@@ -28,6 +28,7 @@ type AuthBind struct {
|
||||
AuthSecret2 string `orm:"size(48)" json:"-"`
|
||||
Remark string `orm:"size(255)" json:"remark"`
|
||||
DetailData string `orm:"type(text)" json:"detailData"`
|
||||
AppServer string `json:"appServer"`
|
||||
}
|
||||
|
||||
func (*AuthBind) TableUnique() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user