hxb
2024-04-11 1078968985ae81e79ea149e3251841cd9bd54a1e
1
2
3
4
5
6
7
8
package com.hdl.photovoltaic.enums;
 
public @interface DeviceType {
    String inv = "INV";//逆变器
    String bms = "BMS";//BMS控制盒
    String battery = "BATTERY";//电池单元
 
}