商家注销功能

This commit is contained in:
liyj 2025-09-16 16:53:31 +08:00
parent afb600fe15
commit 4623650b18

View File

@ -21,4 +21,6 @@ public class MessageConstant {
public static final String PERMISSION_DENIED = I18nUtil._("没有访问权限,请联系管理员!");
public static final String ACCOUNT_CANCLE = I18nUtil._("账号不存在!");
}