yangys
2024-03-27 44028c2d1a7f21da831cb07ecb1b4a7873d8627b
1
2
3
4
5
6
package com.qianwen.smartman.common.constant;
 
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/constant/UserConstant.class */
public interface UserConstant {
    public static final String ACCOUNT_REPEAT = "员工姓名重复";
}