liulin
2024-08-07 143d56e6ef42668c842bd871f4e4ac678fc567ee
1
2
3
4
5
6
7
8
package com.lunhan.xxx.entity.enums;
 
public enum ELockValue {
    /**
     * 管理员变更
     */
    ADMIN_CHANGE
}