变更类型 */ class ChangeTypeEnum extends Enum { // 后台管理员设置 const ADMIN_USER = 10; // 自动升级 const AUTO_UPGRADE = 20; }