Browse Source

抢购状态

胡轶钦 6 years ago
parent
commit
2ba1a47b45
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      models/constant.go

+ 4
- 0
models/constant.go View File

@@ -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
+)