|
@@ -35,7 +35,7 @@ public enum EnergyType implements IBaseEnum {
|
|
|
private final Integer status;
|
|
private final Integer status;
|
|
|
|
|
|
|
|
// 新能源
|
|
// 新能源
|
|
|
- private static final String[] ENERGY = new String[]{ET_1.getCode(), ET_2.getCode(), ET_3.getCode()};
|
|
|
|
|
|
|
+ private static final String[] ENERGY = new String[]{ET_1.getCode(), ET_2.getCode(), ET_3.getCode(), ET_4.getCode()};
|
|
|
|
|
|
|
|
// 新能源
|
|
// 新能源
|
|
|
public static boolean isNewEnergy(String code){
|
|
public static boolean isNewEnergy(String code){
|