z1415143022
2025-03-25 75f9894ebac12b13c7ead27c3e16db833ee9251a
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;
    }