package org.jeecg.modules.eam.constant; public enum TechnicalStatusEvaluationStandardEnum { WAIT_SUBMIT, //待提交 ENABLE, //启用 DISABLE, //禁用 ; }