package org.jeecg.modules.eam.constant; /** * 保养状态 */ public enum EquipmentMaintenanceStatus { NORMAL, UNDER_MAINTENANCE, WAIT_CONFIRM,; }