【添加】用户创建接口的核心逻辑处理完毕

This commit is contained in:
zer0Black
2023-10-01 21:27:01 +08:00
parent 23e010ad13
commit b3c77a17c6
6 changed files with 125 additions and 7 deletions
@@ -6,7 +6,12 @@ public class CommonConstant {
}
/**
/**
* 用户默认密码
*/
public static final String DEFAULT_PASSWORD = "srms1q2w3e";
/**
* 正常状态
*/
public static final Integer STATUS_NORMAL = 0;