package org.jeecg.modules.eam.constant; /** * 点检分类 */ public enum InspectionItemCategroyEnum { DAY_INSPECTION, //日点检 WEEK_INSPECTION //周点检 }