package com.jwl.driver.server.constant; /** * 一些常用的常量 */ public class Constants { public static String MESSAGE_CODE_PREFIX = "code_"; public static String MESSAGE_TEMPLATE = "SMS_198880447"; }