wjc
2026-03-23 b63ff58e2c415bae2fb4741aebe710fa3576ff66
app/src/main/java/com/hdl/photovoltaic/config/UserConfigManage.java
@@ -71,6 +71,8 @@
    private String agentUrl;
    //当前会话ID
    private String conversationId;
    //电站类型(INV = 逆变器电站;BMS = BMS电站)
    private String powerStationType = "INV ";
    public String getAgentUrl() {
        return agentUrl == null ? "" : agentUrl;
@@ -448,6 +450,18 @@
    }
    /**
     * 电站类型(INV = 逆变器电站;BMS = BMS电站)
     * @return 电站类型(INV = 逆变器电站;BMS = BMS电站)
     */
    public String getPowerStationType() {
        return powerStationType;
    }
    public void setPowerStationType(String powerStationType) {
        this.powerStationType = powerStationType;
    }
    /**
     * uni一级界面的安全距离背景颜色(0=电站详情界面,1=添加电站界面,2=设备调测界面)
     *
     * @return 值