zhitan-cloud
2025-02-08 a08da2ec13d1eff8121a68c037489d8ea773a6aa
zhitan-system/src/main/java/com/zhitan/basicdata/domain/MeterImplement.java
@@ -116,6 +116,19 @@
    @Excel(name = "允许最大功率")
    private String maxAllowablePower;
    @TableField(exist = false)
    private String installLocationName;
    public String getInstallLocationName() {
        return installLocationName;
    }
    public void setInstallLocationName(String installLocationName) {
        this.installLocationName = installLocationName;
    }
    public String getGatewayId() {
        return gatewayId;
    }