GetStoreListByLocation
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user