package org.jeecg.modules.eam.constant; /** * 保养标准状态 */ public enum MaintenanceStandardStatusEnum { NORMAL, ABOLISH,; }