wjc
2026-03-23 b63ff58e2c415bae2fb4741aebe710fa3576ff66
app/src/main/java/com/hdl/photovoltaic/ui/bean/HouseIdBean.java
@@ -63,6 +63,21 @@
     * SECONDARY_DEBUGGIN = 授权调试
     */
    private String debugStatus;
    /**
     * 电站类型
     * INV = 逆变器电站
     * BMS = BMS电站
     */
    private String powerStationType = "INV";
    public String getPowerStationType() {
        return powerStationType;
    }
    public void setPowerStationType(String powerStationType) {
        this.powerStationType = powerStationType;
    }
    public String getDebugType() {
        return debugType;
    }
@@ -86,6 +101,7 @@
    public void setFlowRecordContent(String flowRecordContent) {
        this.flowRecordContent = flowRecordContent;
    }
    public String getDebugStatus() {
        return debugStatus == null ? "" : debugStatus;
    }