package org.jeecg.modules.mes.enums; public enum ProductionOrderStatus { /** * 下达 */ REL, /** * 关闭 */ TECO }