Files
qingcheng-houduan/src/main/java/com/greenorange/promotion/constant/SystemConstant.java
2025-05-07 00:27:51 +08:00

11 lines
167 B
Java

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