package com.greenorange.promotion.constant; public interface SystemConstant { /** * 验证码 */ String VERIFICATION_CODE = "verificationCode"; }