This commit is contained in:
苏尹岚
2020-10-19 15:25:31 +08:00
parent a41052cd9c
commit a9e9d30308
2 changed files with 67 additions and 43 deletions

View File

@@ -214,7 +214,6 @@ type UserMember struct {
func (v *UserMember) TableIndex() [][]string {
return [][]string{
[]string{"UserID"},
[]string{"OrderID"},
}
}