|  |  | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "上级ID") | 
 |  |  |    private Long pid; | 
 |  |  |    @ApiModelProperty(value = "总体ID") | 
 |  |  |    private Long shipId; | 
 |  |  |    @ApiModelProperty(value = "源ID") | 
 |  |  |    private Long srcId; | 
 |  |  |    @ApiModelProperty(value = "名称") | 
 |  |  | 
 |  |  |    @ApiModelProperty(value = "节点类型") | 
 |  |  |    private String productType; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "默认图片") | 
 |  |  |    private String defaultImg; | 
 |  |  |    @TableField(exist = false) | 
 |  |  |    private String nodeType; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "运行状态图片") | 
 |  |  |    private String operationalStatus; | 
 |  |  |    @ApiModelProperty(value = "运行图片") | 
 |  |  |    private Long operatImg; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "待机状态图片") | 
 |  |  |    private String standbyState; | 
 |  |  |    @TableField(exist = false) | 
 |  |  |    @ApiModelProperty(value = "图片名称") | 
 |  |  |    private String operatImgName; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "故障状态图片") | 
 |  |  |    private String faultState; | 
 |  |  |    private String equipType; | 
 |  |  |  | 
 |  |  |    private String namePath; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "排序") | 
 |  |  |    private Integer sort; | 
 |  |  | 
 |  |  |    @ApiModelProperty(value = "子节点") | 
 |  |  |    @TableField(exist = false) | 
 |  |  |    private List<XhProductModel> children = new ArrayList<>(); | 
 |  |  |  | 
 |  |  |    @TableField(exist = false) | 
 |  |  |    private Long paramId; | 
 |  |  | } |