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

+ 1
- 0
models/constant.go Ver fichero

@@ -208,4 +208,5 @@ const (
208 208
 const (
209 209
 	FLASH_BUY_ACTIVE   = "active"
210 210
 	FLASH_BUY_INACTIVE = "inactive"
211
+	FLASH_BUY_OVER     = "over"
211 212
 )