@@ -205,3 +205,7 @@ const (
NUMTYPE_REPART = "repeat"
NUMTYPE_NOTREPART = "no_repeat"
)
+const (
+ FLASH_BUY_ACTIVE = "active"
+ FLASH_BUY_INACTIVE = "inactive"
+)