| | |
| | | private String svgContent; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "锚点x6的XML") |
| | | private String anchorsContent; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "锚点坐标") |
| | | private String anchorsPoints; |
| | | |
| | | @TableField(exist = false) |
| | | private Integer isRepair; |
| | | @TableField(exist = false) |
| | | private int repairDistribType; |
| | |
| | | 'node' as nodeType, |
| | | '' as nodeTypeExt, |
| | | s.svg_content as svgContent, |
| | | s.anchors_content as anchorsContent, |
| | | s.anchors_points as anchorsPoints, |
| | | s.width as imgWidth, |
| | | s.height as imgHeight, |
| | | a.id as dataId, |