package mysql const ( bizTypeVIPPurchase = "vip_purchase" bizTypeVIPGrant = "vip_grant" vipOutboxAsset = "VIP" managerCenterVIPGrantDurationMS = 30 * 24 * 60 * 60 * 1000 )