src/main/java/com/whyc/pojo/BattAlarm.java @@ -45,4 +45,8 @@ @TableField("alm_value") @ApiModelProperty("告警值") private Float almValue; @TableField(exist = false) @ApiModelProperty("电池组名称") private String binfName; }