显示数据添加修订设备位置相关属性

This commit is contained in:
walker-sheng 2021-09-26 17:39:09 +08:00
parent 7916b63df8
commit bc0a6c5757

View File

@ -13,4 +13,6 @@ import java.util.List;
public class AmendPoints { public class AmendPoints {
private String code; private String code;
private List<Point> points; private List<Point> points;
private Point position;
private Float rotate;
} }