GetStoreListByLocation

This commit is contained in:
gazebo
2019-10-17 15:39:29 +08:00
parent 2483b33dc1
commit 5492ff0608
5 changed files with 113 additions and 1 deletions

View File

@@ -314,6 +314,12 @@ func (*Store) TableUnique() [][]string {
}
}
func (*Store) TableIndex() [][]string {
return [][]string{
[]string{"Lng", "Lat"},
}
}
func (s *Store) IsPrinterDisabled() bool {
return s.PrinterDisabled == 1
}