lyh
2025-07-08 d4c5f8e7bf9b2bb48922396d1be5b2f274d8effb
1
2
3
4
5
6
7
8
package org.jeecg.modules.eam.constant;
 
public enum TechnicalStatusEvaluationStandardEnum {
    WAIT_SUBMIT, //待提交
    ENABLE, //启用
    DISABLE, //禁用
    ;
}