@@ -88,6 +88,14 @@ public class RemoteOpcDTO extends BaseDTO implements Serializable {
* x轴位置图片
*/
private BigDecimal imgYPosition;
+ /**
+ * 图片位置宽度
+ */
+ private BigDecimal imgWidth;
+ * 图片位置高度
+ private BigDecimal imgHeight;
/**
* 位置宽度
@@ -85,6 +85,14 @@ public class RemoteOpc implements Serializable {
@@ -83,6 +83,14 @@ public class RemoteOpcVO extends BaseVO implements Serializable {
@@ -29,6 +29,8 @@
opc.y_position,
opc.img_x_position,
opc.img_y_position,
+ opc.img_width,
+ opc.img_height,
opc.width,
opc.height,
opc.ratio,
@@ -64,6 +66,8 @@