whycxzp
2025-06-11 02ccfc21d5d4f767bbd92ecda89cdfcc3283728c
src/main/java/com/whyc/pojo/db_ram_db/DeviceSetparam.java
@@ -1,6 +1,7 @@
package com.whyc.pojo.db_ram_db;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
@@ -32,7 +33,7 @@
    private Long num;
    @ApiModelProperty(value = "设备ID")
    private Long devId;
    private Integer devId;
    @ApiModelProperty(value = "远程命令")
    private Integer opCmd;
@@ -83,7 +84,21 @@
    private Integer diswaittime;
    @ApiModelProperty(value = "标称容量")
    private Integer moncapstd;
    private Float moncapstd;
    @TableField(exist = false)
    private String battgroupName;
    @TableField(exist = false)
    private String stationName;
    @TableField(exist = false)
    private String provice;
    @TableField(exist = false)
    private String city;
    @TableField(exist = false)
    private String country;
    @TableField(exist = false)
    private String fullName;
}