package com.hdl.photovoltaic.enums; public @interface PowerStationType { String All = "";//全部 String INV = "INV";//逆变器电站 String BMS = "BMS";//BMS电站 }