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