地图显示配置增加参数

This commit is contained in:
joylink_zhangsai 2021-10-11 15:22:11 +08:00
parent b9774a08fc
commit 1d9ad4eeb8

View File

@ -22,4 +22,10 @@ public class DisplayVO {
* 修正设备绘图点位置 * 修正设备绘图点位置
*/ */
private List<AmendPoints> amendPointsList; private List<AmendPoints> amendPointsList;
private Double offsetX;
private Double offsetY;
private Double scaleRate;
} }