wjc
2026-03-26 d4a638c6d3ad6aacf3273c601ac9140d137ae54f
1
2
3
4
5
6
7
package com.hdl.photovoltaic.enums;
 
public @interface PowerStationType {
    String All = "";//全部
    String INV = "INV";//逆变器电站
    String BMS = "BMS";//BMS电站
}