Lius
10 天以前 42130546e4f61741305dbaba02fc6f8692116a7a
1
2
3
4
5
6
package org.jeecg.modules.eam.constant;
 
public enum ThridMaintenanceResultEnum {
    NORMAL, //正常
    ANOMALY //异常
}