mitao
2025-03-13 86df207c37502cce1b2043e1c7c0486459eef1d6
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/property/ComPropertyEquipmentVO.java
@@ -9,7 +9,7 @@
@Data
@ApiModel("设备实体")
public class ComPropertyEquipmentVO {
    private Integer id;
    private String id;
    /**
     * 设备编号
@@ -62,7 +62,7 @@
    /**
     * 设备类型
     */
    @ApiModelProperty(value = "设备类型 1异常报警 2一键报警 ")
    @ApiModelProperty(value = "设备类型 1一键报警 2异常报警 ")
    private Integer type;
    @ApiModelProperty(value = "手机号")