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