package org.jeecg.modules.mes.enums; public enum ProductionWorkOrderStatus { /** * 新建 */ NEW, /** * 已发布 */ PUBLISHED, /** * 重发布 */ REPUBLISHED }