Files
qingcheng-houduan/src/main/java/com/greenorange/promotion/constant/SystemConstant.java

11 lines
167 B
Java
Raw Normal View History

2025-05-07 00:27:51 +08:00
package com.greenorange.promotion.constant;
public interface SystemConstant {
/**
* 验证码
*/
String VERIFICATION_CODE = "verificationCode";
}