Lius
2025-04-24 28270ca49cc1587d5bf2a9b0540feb0f7e7334ab
1
2
3
4
5
6
7
8
9
10
package org.jeecg.modules.eam.constant;
 
/**
 * 保养分类
 */
public enum MaintenanceCategoryEnum {
    POINT_INSPECTION, //点检
    WEEK_MAINTENANCE, //周保
    ;
}