| | |
| | | @PropertyDef(label = "名称") |
| | | private String deviceName; |
| | | |
| | | @Column(name = "PRODUCT_ID_", length = 50) |
| | | @PropertyDef(label = "设备类型KEY") |
| | | private String productId; |
| | | |
| | | @Column(name = "TYPE_", length = 10) |
| | | @PropertyDef(label = "设备类型") |
| | | private String type; |
| | |
| | | @PropertyDef(label = "备注", description = "备注信息") |
| | | private String remark; |
| | | |
| | | |
| | | @Column(name = "CABLE_RULE_", length = 20) |
| | | @PropertyDef(label = "布线规则", description = "平方仓表示层行列,筒仓表示每圈的列数") |
| | | private String cableRule; |
| | | |
| | | @Column(name = "CABLE_CIR_", length = 20) |
| | | @PropertyDef(label = "筒仓层规则", description = "针对筒仓") |
| | | private String cableCir; |
| | | |
| | | } |