| | |
| | | @PropertyDef(label = "库区系统仓库编码") |
| | | private String depotIdSys; |
| | | |
| | | @Column(name = "DEPOT_TYPE_", length = 10) |
| | | @PropertyDef(label = "仓库类型", description = "平房仓") |
| | | private String depotType; |
| | | |
| | | @Column(name = "IP_", length = 20) |
| | | @PropertyDef(label = "通讯IP") |
| | | private String ip; |
| | |
| | | @PropertyDef(label = "在线状态") |
| | | private String status = Constant.YN_Y; |
| | | |
| | | @Column(name = "CABLE_START_") |
| | | @Column(name = "CABLE_START_", length = 4) |
| | | @PropertyDef(label = "电缆开始") |
| | | private int cableStart; |
| | | private String cableStart; |
| | | |
| | | @Column(name = "CABLE_END_") |
| | | @Column(name = "CABLE_END_", length = 4) |
| | | @PropertyDef(label = "电缆截至") |
| | | private int cableEnd; |
| | | private String cableEnd; |
| | | |
| | | @Column(name = "TH_ADDR_") |
| | | @Column(name = "TH_ADDR_",length = 4) |
| | | @PropertyDef(label = "温湿度地址") |
| | | private String thAddr; |
| | | |
| | | @Column(name = "CABLE_FORMAT", length = 4) |
| | | @Column(name = "CABLE_FORMAT_", length = 4) |
| | | @PropertyDef(label = "电缆制式") |
| | | private String cableFormat; |
| | | |
| | | @Column(name = "CABLE_TYPE", length = 4) |
| | | @Column(name = "CABLE_TYPE_", length = 4) |
| | | @PropertyDef(label = "电缆类型") |
| | | private String cableType; |
| | | |
| | |
| | | @PropertyDef(label = "备注", description = "备注信息") |
| | | private String remark; |
| | | |
| | | |
| | | @Column(name = "BH_ID_", length = 50) |
| | | @PropertyDef(label = "分机内部仓库编码") |
| | | private String bhId; |
| | | } |