cuilei
2025-07-16 1563fa33e203959c80ee713ffff3cad2f825b098
1
2
3
4
5
6
7
8
9
10
package org.jeecg.modules.eam.constant;
 
/**
 * 保养分类
 */
public enum MaintenanceCategoryEnum {
    POINT_INSPECTION, //点检
    WEEK_MAINTENANCE, //周保
    ;
}