胡轶钦 hace 6 años
padre
commit
2ba1a47b45
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      models/constant.go

+ 4
- 0
models/constant.go Ver fichero

@@ -205,3 +205,7 @@ const (
205 205
 	NUMTYPE_REPART    = "repeat"
206 206
 	NUMTYPE_NOTREPART = "no_repeat"
207 207
 )
208
+const (
209
+	FLASH_BUY_ACTIVE   = "active"
210
+	FLASH_BUY_INACTIVE = "inactive"
211
+)