wjc
2025-04-07 6f4e4bc481ca1ef264e6a3795033a31d3e709f77
1
2
3
4
5
6
7
8
package com.hdl.photovoltaic.enums;
 
public @interface GridType {
    String All = "";//全部
    String FULL_GRID = "FULL_GRID";//并网
    String OFFLINE = "OFFLINE";//离网
 
}