- store search bug fix (vendor store)
This commit is contained in:
@@ -5,7 +5,7 @@ type WeiXins struct {
|
||||
JxStoreID int `orm:"column(jxstoreid);index" json:"storeID"`
|
||||
OpenID string `orm:"column(openid);size(70);unique;null" json:"openID"`
|
||||
Tel string `orm:"size(15);unique" json:"tel"`
|
||||
ParentID int `orm:"column(parentid);default(-1)" json:"parentID"`
|
||||
ParentID int `orm:"column(parentid);default(-1);index" json:"parentID"`
|
||||
NickName string `orm:"column(nickname);size(30)" json:"nickname"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user