package org.jeecg.modules.mes.enums; public enum ReportCategoryEnum { /** * 成品报工 */ FINISHED, /** * 半成品报工 */ HALF, /** * 热处理报工 */ HEATTREATMENT }