complete structure revamp
This commit is contained in:
16
api/constants.go
Normal file
16
api/constants.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package api
|
||||
|
||||
const (
|
||||
TaskOpenShift = 0
|
||||
TaskSell = 1
|
||||
TaskZReport = 11
|
||||
)
|
||||
|
||||
const (
|
||||
PayTypeCash = 0
|
||||
PayTypeCard = 2
|
||||
)
|
||||
|
||||
const (
|
||||
PaySystemParkingPos = "parking_pos"
|
||||
)
|
||||
Reference in New Issue
Block a user