抽取基本枚举接口 抽取基本枚举接口
抽取公共的枚举类,方便一些场景下的使用import cn.hutool.core.util.ObjectUtil; import java.util.EnumSet; import java.util.Objects; /** * @
2 / 2