用户模块

This commit is contained in:
2025-05-07 00:27:51 +08:00
parent ef88f4be1e
commit fa3612648b
17 changed files with 574 additions and 31 deletions

View File

@ -0,0 +1,10 @@
package com.greenorange.promotion.constant;
public interface SystemConstant {
/**
* 验证码
*/
String VERIFICATION_CODE = "verificationCode";
}