2%
ali
2025-02-28 d1686fd025f1e3be9b9f1f65d095d9fd9154d78a
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;
    }