更新代码

This commit is contained in:
chenxudong 2025-10-22 09:00:13 +08:00
parent 19f5a9324c
commit bb5bc7468d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public enum EffectFlagEnum {
*/
EFFECT(1, "有效"),
/**
* 无效PermisionService
* 无效
*/
NOT_EFFECTIVE(0, "无效");