package com.hdl.photovoltaic.enums; /** * 显示错误模式 */ public enum ShowErrorMode { NO,//不显示错误 YES,//显示错误 }