package org.jeecg.modules.eam.constant; /** * 保养分类 */ public enum MaintenanceCategoryEnum { POINT_INSPECTION, //点检 WEEK_MAINTENANCE, //保养 ; }