jiazx0107@163.com
2023-12-14 231cdeb9b7a55ba08fb8cffda35f5535b9292873
src/main/java/com/fzzy/gateway/entity/GatewayDevice.java
@@ -107,9 +107,7 @@
    @PropertyDef(label = "位置")
    private String position;
    @Column(name = "REMARK_", length = 200)
    @PropertyDef(label = "备注", description = "备注信息")
    private String remark;
    @Column(name = "CABLE_RULE_", length = 20)
    @PropertyDef(label = "布线规则", description = "平方仓表示层行列,筒仓表示每圈的列数")
@@ -123,8 +121,32 @@
    @PropertyDef(label = "在线状态")
    private String status = Constant.YN_Y;
    @Column(name = "CABLE_START_", length = 4)
    @PropertyDef(label = "电缆开始")
    private String cableStart;
    @Column(name = "CABLE_END_", length = 4)
    @PropertyDef(label = "电缆截至")
    private String cableEnd;
    @Column(name = "TH_ADDR_",length = 4)
    @PropertyDef(label = "温湿度地址")
    private String thAddr;
    @Column(name = "CABLE_FORMAT_", length = 4)
    @PropertyDef(label = "电缆制式")
    private String cableFormat;
    @Column(name = "CABLE_TYPE_", length = 4)
    @PropertyDef(label = "电缆类型")
    private String cableType;
    @Transient
    @PropertyDef(label = "设备上线时间")
    private Date onlineTime;
    @Column(name = "REMARK_", length = 200)
    @PropertyDef(label = "备注", description = "备注信息")
    private String remark;
}