用户模块
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
package com.greenorange.promotion.constant;
|
||||
|
||||
public interface SystemConstant {
|
||||
|
||||
/**
|
||||
* 验证码
|
||||
*/
|
||||
String VERIFICATION_CODE = "verificationCode";
|
||||
|
||||
}
|
Reference in New Issue
Block a user