mac
2024-05-28 98676beef102d0f3e77b88bddee0b6825b7aa00f
1
2
3
4
5
6
7
8
9
package com.hdl.photovoltaic.enums;
 
/**
 * 显示错误模式
 */
public enum ShowErrorMode {
    NO,//不显示错误
    YES,//显示错误
}