zhangherong
5 天以前 bcd90314646203b32f73c89c1c2f89eaa96e2c9f
1
2
3
4
5
6
7
8
package org.jeecg.modules.eam.constant;
 
public enum TechnicalStatusEvaluationCheckCategoryEnum {
    SAFETY_EQUIPMENT_CHECK, //安全装置检查
    PRECISION_CHECK, //精度检查
    OTHER_CHECK, //其他检查
    ;
}