whyclxw
2025-05-28 729b43646ec760f7119deece56d8dcbea5977c49
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;
@@ -85,5 +86,19 @@
    @ApiModelProperty(value = "标称容量")
    private Integer 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;
}