whycxzp
2025-05-29 c7e295d1dfdfeb8b092e757b68b374912705ef15
src/main/java/com/whyc/pojo/db_fire_robot/EnvironmentThreshold.java
@@ -25,7 +25,7 @@
public class EnvironmentThreshold {
    @TableId(value = "id",type = IdType.AUTO)
    private int id;
    private Long id;
    @ApiModelProperty(value = "温度")
    private float temperature;
    @ApiModelProperty(value = "湿度")