package org.jeecg.modules.eam.constant; public enum MaintenanceStatusEnum { QUALIFIED, //合格 RESTRICTED, //限用 PROHIBITED, //禁用 ; }