Lius
2 天以前 654f7d7f98615bc9b1e0fe7e7f13942c89492c11
1
2
3
4
5
6
7
8
9
package org.jeecg.modules.eam.constant;
 
/**
 * 保养标准状态
 */
public enum MaintenanceStandardStatusEnum {
    NORMAL,
    ABOLISH,;
}