package org.jeecg.modules.mes.enums; /** * 物料拉动 发布状态 */ public enum MaterialTransferPublishStatus { WAIT_PUBLISH, //待发布 PUBLISHED, //已发布 ; }