Lius
2025-07-23 dd62744092d27e98e9c998cf5b346be202399949
1
2
3
4
5
6
package org.jeecg.modules.eam.constant;
 
public enum ThridMaintenanceResultEnum {
    NORMAL, //正常
    ANOMALY //异常
}