This commit is contained in:
苏尹岚
2020-10-14 09:18:59 +08:00
parent 8f746dcfea
commit 1133684e3b
4 changed files with 53 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ type Job struct {
func (v *Job) TableIndex() [][]string {
return [][]string{
[]string{"ThingID"},
[]string{"UserID"},
[]string{"CreatedAt"},
}
}