| | |
| | | @TableField("deptId") |
| | | private String deptId; |
| | | |
| | | @TableField("onePhone") |
| | | private String onePhone; |
| | | @TableField("twoPhone") |
| | | private String twoPhone; |
| | | @TableField("ThreePhone") |
| | | private String ThreePhone; |
| | | @TableField("oneId") |
| | | private String oneId; |
| | | @TableField("twoId") |
| | | private String twoId; |
| | | @TableField("threeId") |
| | | private String threeId; |
| | | @TableField("oneContacts") |
| | | private String oneContacts; |
| | | @TableField("twoContacts") |
| | | private String twoContacts; |
| | | @TableField("ThreeContacts") |
| | | private String ThreeContacts; |
| | | /** |
| | | * 设备厂商名称 |
| | | */ |
| | | private String manufacturers; |
| | | |
| | | } |